/* TOP.CSS */
/* Used for contents frames with dark background */


BODY, TABLE, TH, TR, TD, LI, UL, OL 	{
	color: #EEEEEE; 
	font-family: Calibri, Arial, Tahoma, helvetica, 'sans serif'; 
	font-size: 10pt;
	background-color: #666699;
	}

A:link, A:visited	{
	color: #D0D0D0;
	text-decoration: underline;
	}	
		
A:active, A:hover	{
	color: #FFFFFF;
	text-decoration: underline;
	}