/* STYLE2.CSS */
/* Used for contents frames with dark background */


body, table, th, tr, td, li, ul, ol	{
	color: #FFFFFF; 
	font-family: Arial, Tahoma, helvetica, 'sans serif'; 
	font-size: 9pt; 
	font-weight: bold;
	background-color: #003366; 
	letter-spacing:-.25pt;
	}

A:link, A:visited	{
	color: #FFFFFF;
	text-decoration: none;
	}	
		
A:active, A:hover	{
	color: #FFFF99;
	text-decoration: none;
	}