/* STYLE2.CSS */
/* Used for contents frames with dark background */


body, table, th, tr, td, li, ul, ol	{
	color: #333333; 
	font-family: Footlight MT Light, Times New Roman, serif;
	font-size: 10pt; 
	background-color: #006633; 
	letter-spacing:-.25pt
	}

A:link, A:visited	{
	color: #006633;
	text-decoration: none;
	}	
		
A:active, A:hover	{
	color: #CC0033;
	text-decoration: none; 
	}
