

 	a:link 
    { 
		color: #000000;
		text-decoration: none;
	}
	
a:visited 
	{ 
		color: #000000;
		text-decoration: none;
	}
	
a:hover 
	{ 
		color: #FFFFFF;
		background-color: #C0D959;
		text-decoration: underline;
	}
	
a:active 
	{ 
		color: #000000;
		text-decoration: none;
	}

.top    
	{        
		font-family: Arial Narrow, Arial,sans-serif;        
		font-size: 20pt;
		color: #DBE8A6;      
	 }
.main   
	{        
		font-family: Verdana,Arial,sans-serif;
		font-size: 8.5pt;
		color:#000000;
		text-decoration:none;
		line-height:130%;        
	}
	
.small   
	{        
		font-family: Arial Narrow,sans-serif;
		font-size: 10pt;
		//color:#849F25;
		color:#336600;
		text-decoration:none;
		line-height:130%;        
	}
	
.listdark
{
	font-family: Lucida Grande, Arial Narrow,sans-serif;
	font-size: 12pt;
	color: #849F25;
	text-decoration: none;
	line-height: 150%;
	word-spacing: 1 pt;
	font-weight: bold;

}
.listlight
{
	font-family: Lucida Grande, Arial Narrow,sans-serif;
	font-size: 12pt;
	color: #DBE8A6;
	text-decoration: none;
	line-height: 150%;
	word-spacing: 1 pt;
	font-weight: bold;

}

.largeblack
{
	font-family: Lucida Grande, Arial Narrow,sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	line-height: 150%;
	word-spacing: 1 pt;

}