H1 { 
font-family : "Verdana", Geneva, Arial, Helvetica, sans-serif;
color : navy;
font-size : 20pt;
font-weight : bold;
text-decoration : none;
text-align : center;
background-color : white;
} 
H2 { 
font-family : "Verdana", Geneva, Arial, Helvetica, sans-serif;
color : navy;
font-size : 16pt;
font-weight : bold;
text-decoration : none;
text-align : center;
background-color : white;
} 
H3 { 
font-family : "Verdana", Geneva, Arial, Helvetica, sans-serif;
color : navy;
font-size : 14pt;
font-weight : bold;
text-decoration : none;
text-align : center;
background-color : white;
} 
BODY { 
color : navy;
background-color : white;
font-family : "Verdana", Geneva, Arial, Helvetica, sans-serif;
font-size : 10pt;
text-align : left;
} 
A:hover { 
font-family : "Verdana", Geneva, Arial, Helvetica, sans-serif;
font-size : 10pt;
font-weight : bold;
color : red;
background-color : transparent;
} 
A { 
font-family : "Verdana", Geneva, Arial, Helvetica, sans-serif;
font-size : 10pt;
font-weight : bold;
color : navy;
text-decoration : none;
background-color : transparent;
} 
A:link { 
color : navy;
text-decoration : none;
background-color : transparent;
} 
A:visited { 
color : purple;
text-decoration : none;
background-color : transparent;
} 
A:active { 
color : red;
text-decoration : none;
background-color : transparent;
} 
@media print {TABLE.noprint, DIV.noprint {display:none} 
