/* CSS Document */

<STYLE>
A:link{color:#000033;text-decoration:none;font-weight:bold}
A:visited{color:#336699;text-decoration:none;font-weight:bold}
A:link{color:#000033;text-decoration:none;font-weight:bold}
A:active{color:#330033;text-decoration:none;font-weight:bold;cursor:help;}
A:hover{color:#003333;text-decoration:underline;font-weight:bold;cursor:help;}

body { 
   scrollbar-face-color: #000000; 
   scrollbar-highlight-color: #000000; 
   scrollbar-shadow-color: #000000; 
   scrollbar-3dlight-color: #000000; 
   scrollbar-arrow-color: #000000; 
   scrollbar-track-color: #000000; 
   scrollbar-darkshadow-color: #000000; 
   background-color: #02576b; 
   }
   
   
BODY,TR,TD,P { 
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
		color: #000033;
	}
	
input,textarea 
{ background: #02576b;  
   color: #000033; 
   font-size: 12pt; 
   letter-spacing: 1pt; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   background: none; 
   border:1pt solid #000000;}
</STYLE>