A:link  
	{ 
	font-size: 8pt; 
	font-family: tahoma;
	text-decoration: none;  
 	font-weight: bold; 
	color: #FF0000;
	}
	  
A:visited 
	{ 
	font-size: 8pt; 
	font-family: tahoma; 
	text-decoration: none; 
	font-weight: bold; 
	color: #FF0000;
	} 
	  
A:active 
	{ 
	font-size: 8pt; 
	font-family: tahoma; 
	text-decoration: none; 
	font-weight: none; 
	color: #FF0000;
	} 

A:hover 
	{ 
	font-size: 8pt; 
	font-family: tahoma; 
	text-decoration: underline; 
	font-weight: none; 
	color: #FF0000;
        }


P, TH, TR, TD, input, table,script
	{
	font-size: 8pt;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: none;
	color: black;
	font-style: normal;

	}

td.menu
	{ 
	font-size: 9pt; 
	font-family: tahoma, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	font-weight: bold; 
	color: #FFFF99;
	}

BODY	
	{
	scrollbar-face-color: #FFF7D2;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000; 
	scrollbar-3dlight-color: #FFF7D2;
	scrollbar-darkshadow-color:#FFF7D2; 
	scrollbar-track-color: #FFF7D2;
	scrollbar-arrow-color: #000000;
	}
