/* This style sheet controls the text styling of the site, any additions to the text styling will go here, please keep layout elements out of this style sheet. */



/*------------------------------------
	Set your links here. There are 
	two examples. The main links for
	the website and a specific link
	class to use. 
------------------------------------*/		
.footer-text {	
        text-decoration:none; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #ffffff;}
		
		
.footer-text A:link {
		text-decoration:none; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #ffffff;}
			
.footer-text A:visited {
		text-decoration:none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #ffffff;}
		
.footer-text A:hover {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
		color: #ffffff;}	
			
			
A.footerlinks:link {
		text-decoration:none; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #ffffff;}
			
A.footerlinks:visited {
		text-decoration:none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #ffffff;}
		
A.footerlinks:hover {
		text-decoration:underline;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #ffffff;}



/*------------------------------------
	Text formatting. Use this area for 
	all of your text formatting. Use 
	this for coontent tags, footer tags, 
	etc.
------------------------------------*/	
			
.content {
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
		line-height: 15px;
		}
	
.content A:link {
	color:#063B11;
	text-decoration: underline;
		}
			
.content A:visited {
		color:#063B11;
		text-decoration: underline;
		}
		
.content A:hover {
		color: #333333;
		text-decoration: none;
		}
			
	
			
.title {
		font-family: Arial, Helvetica, sans-serif;
		font-size:24px;
		font-weight:bold;
		color:#18491d;
		line-height: 20px;}
		
.subtitle {
		font-family: Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:bold;
		color:black;
		line-height: 20px;}		
		
.header {
		font-family: Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:bold;
		color:black;
		line-height: 20px;}	
		
.backlinks {
		font-family: Arial, Helvetica, sans-serif;
		font-size:9px;
		font-weight:bold;}	

		
.title-2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size:18px;
		color:#27772f;
		line-height: 20px;}
		
.title-3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#7bd814;
	line-height: 20px;
		}
			
.title-3 A:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size:18px;
		color:#7bd814;
		line-height: 20px;
		}
		
.title-3 A:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size:18px;
		color:#007ac3;
		line-height: 20px;
		}		
		
/* This controls the text styling in the news ticker */
		
#pscroller1{
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
		line-height: 15px;
}

	
#pscroller1 A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#07400d;
	line-height: 20px;
		}
			
#pscroller1 A:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#07400d;
		line-height: 20px;
		}
		
#pscroller1 A:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#0e7d19;
		line-height: 20px;
		}
			