
BODY 

H1 {
   color: #000066;
   font-family: Arial,Helvetica,Sans-Serif;
   font-size: 12px;
   font-weight: bold;
}

H2 {
	color:#999999;
	font-family: Arial,Helvetica,Sans-Serif;
    font-size: 12px;
    font-weight: bold;
}

H3 {
	color:#999999;
	font-family: Arial,Helvetica,Sans-Serif;
    font-size: 10px;
    font-weight: medium;
}

H4 {
	color:#333333;
	font-family: Arial,Helvetica,Sans-Serif;
    font-size: 16px;
    font-weight: bold;
}

P {
   color: #666666;
   font-family: Arial,Helvetica,Sans-Serif;
   font-size: 12px;
   font-weight: medium;
}

p {
   color: #666666;
   font-family: Arial,Helvetica,Sans-Serif;
   font-size: 12px;
   font-weight: medium;
   }
   
ul {
   color: #505A61;
   font-family: Arial,Helvetica,Sans-Serif;
   font-size: 11px;
   font-weight: medium;
   }
   
ol {
   color: #505A61;
   font-family: Arial,Helvetica,Sans-Serif;
   font-size: 11px;
   font-weight: medium;
   }


<!--// cursor should turn into a hand for <INPUT TYPE=IMAGE> under netscape
INPUT.image { cursor: hand; }

A {color:#666666;
font-family: Verdana,Arial,Helvetica,Sans-Serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
}
A:visited {color:#000066;
font-family: Verdana,Arial,Helvetica,Sans-Serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
}
A:active {color:#660000;
font-family: Verdana,Arial,Helvetica,Sans-Serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
}
A:hover {color:#999999;
font-family: Verdana,Arial,Helvetica,Sans-Serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
}



