/* 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: 10pt; 
	background-color: #993333; 
	letter-spacing:-.25pt;
	}

A:link, A:visited	{
	color: #EEEEEE;
	text-decoration: none;
	}	
		
A:active, A:hover	{
	color: #EEEEEE;
	text-decoration: none;
	}