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