/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-image:url(images/main-bg.jpg);
    FONT-FAMILY: "Times New Roman", Times, serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
	color:#0000000;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
.Nav-Out{
	filter: Alpha(Opacity=0);
	opacity:0;
}
.Nav-Over{
	filter: Alpha(Opacity=100);
	opacity:1;
}
.news-title	{	
	font-size: 12px;
	text-decoration:	none;
	color:	#0B3017;
	}
.imgBorder  
{
    border: solid 1px #134022;
}
.news-date	{	
	font-size: 9px;
	text-decoration:	none;
	color:	#554E2D;
	}
.footer-text	{	
	font-size: 10px;
	text-decoration:	none;
	color:	#FFFFFF;
	}	
A:link	{	
	text-decoration:	underline;
	color:	#134022;
	}	
A:visited	{	
	text-decoration:	underline;
	color:	#134022;
	}	
A:active	{	
	text-decoration:	underline;
	color:	#134022;
	}	
A:hover	{	
	text-decoration:	none;
	color:	#245836;
	}
A.footer:link	{	
	font-size:10px;
	text-decoration:	none;
	color:	#6EEB97;
	}	
A.footer:visited	{	
	font-size: 10px;
	text-decoration:	none;
	color:	#6EEB97;
	}	
A.footer:active	{	
	font-size: 10px;
	text-decoration:	none;
	color:	#6EEB97;
	}	
A.footer:hover	{	
	font-size: 10px;
	text-decoration:	underline;
	color:	#6EEB97;
	}