html,body
{
  font-family: Verdana, sans-serif !important;
  font-size: 10px !important;  
}

h1,h2,h3,h4,h5,h6
{
  margin:0;
  padding:0;
  font-family: Verdana, sans-serif;
}

h1
{
  font-size: 1.3em;
  font-weight: bold;
  color:#666666;
}
h2
{
  font-size: 1.1em;
  font-weight: bold;
  color:#000000;
}
h3
{
  font-size: 1.2em;
  font-weight: normal;
}
h4
{
  font-size: 1em;
  font-weight: bold;
}
div,p
{
    font-size: 1em;
    font-family: Verdana, sans-serif;
}
p
{
  margin: 0px;
  padding: 0px;
  font-family: Verdana, sans-serif;
}

.UnderlinedTitle
{
  padding-bottom: 3px;
  margin: 0px 0px 10px 0px;
  border-bottom: solid 5px #3B92B1;
}

a
{
  color: #3B92B1;
  text-decoration: none;
  font-weight: bold;
}
a:hover
{
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

img
{
  border: 0;
}
.showMe
{
  display:block;
}
.hideMe
{
  display:none;
}
.floatBreak, 
.floatbreak, 
.FloatBreak
{
  font: 1%/1% sans-serif;
  display:block;
  clear:both;
  height:1px;
  overflow:hidden;
}
span.sup {
	position: relative;
	bottom: 0.45em;
	font-size: 0.8em;
}

span.sub {
	position: relative;
	top: 0.3em;
	font-size: 0.7em;
}
sup
{
	font-size: 0.8em;
	*font-size: 0.9em;
	vertical-align: baseline;
	position: relative;
	bottom: 0.45em;
    font-family: Verdana, sans-serif;	
}
sub
{
    font-size: 0.7em;
    *font-size: 0.8em;
}

ul
{
    margin: 0 0 0 22px;
    padding: 14px 0 14px 0;
    list-style-image: url(/images/ulline.gif);
}
li
{
    margin: 0;
    padding: 0;
}