/* STYLE2.CSS */
/* Used for contents frames with dark background */


body, table, th, tr, td, li, ul, ol	{
	color: #FFFFFF; 
	font-family: Trebuchet MS, Arial, helvetica, 'sans serif'; 
	font-size: 8pt; 
	font-weight: bold;
	}

A:link, A:visited	{
	color: #FFCC66;
	text-decoration: underline;
	}	
		
A:active, A:hover	{
	color: #FFFFFF;
	text-decoration: underline;
	}