A:link    	{
				text-decoration: underline; 
				color: #000066;
				font-size: 12px
			}
A:active  	{
				text-decoration: none; 
				color: red;
				font-size: 12px
			}
A:visited 	{
				text-decoration: underline; 
				color: #000066;
				font-size: 12px
			}
A:hover   	{
				text-decoration: none; 
				color: red;
				font-size: 12px
			}
BODY 	    {
				font-family: Arial, Tahoma, Helvetica; 
				font-size: 12px;  
				color: #000066; 
				background-color: #FFFFFF;
scrollbar-base-color: #2F4C9A;
scrollbar-track-color: white;
scrollbar-face-color: #2F4C9A;
scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
scrollbar-darkshadow-color: black;
scrollbar-shadow-color: black;
scrollbar-arrow-color: white
			}
TD, TR, P 		{
				font-family: Arial, Verdana, Tahoma, Helvetica; 
				font-size: 12px;  
				color: #000066;
				background-color: #FFFFFF;				 
				}