<!--- normal fonts ---> body { background-color: #FFFFCC; background-repeat: repeat; background-attachment: 
               scroll; color: #000098; font-family: Times New Roman; 
               font-size: 8pt; margin: 0; background-position: 0% }
td           { font-family: Times New Roman; font-size: 8pt; color: #000098 }
input        { font-family: Times New Roman; font-size: 8pt; color: #000098 }
select       { font-family: Times New Roman; font-size: 8pt; color: #000098 }
textarea     { font-family: Times New Roman; font-size: 8pt; color: #000098 }
submit       { font-family: Times New Roman; font-size: 8pt; color: #000098 }
<!--- Normal Link Fonts --->
A:link {color:#000066; text-decoration: none } 
A:visited {color:#000066; text-decoration: none } 
A:active {color:#006600; text-decoration: none } 
A:hover {color:#006600; text-decoration: none } 

<!--- Left Navigation Fonts --->
.leftnav { color: #ffcc00; font-size: 9pt; }
A:link.leftnav {color:#000066; font-size: 9pt; text-decoration: none } 
A:visited.leftnav {color:#000066; font-size: 9pt; text-decoration: none } 
A:active.leftnav {color:#006600; font-size: 9pt; text-decoration: none } 
A:hover.leftnav {color:#006600; font-size: 9pt; text-decoration: none } 
td.leftnav   { font-family: Times New Roman; font-size: 9pt; color: #980000 }

