/* Used for top frame */


/* Used for main frames with white background */

BODY, TABLE, TH, TR, TD, LI, UL, OL 	{
	color: #FFFFFF;
	font-family: Arial, helvetica, 'sans serif'; 
	font-size: 8.5pt; 
	font-weight: bold;
	}

A:LINK, A:VISITED   {
	text-decoration: none; 
	color: #FFFFFF;
	}	
		
A:ACTIVE, A:HOVER   {
	text-decoration: underline; 
	color: #99CC99;
	}