
body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 40px;
	background-color: #a4cc4f;
	background-image: url(../images/final_grass.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family:Arial;
	font-size: 12px;	
}

a:link { color:#0099CC; }

a:hover { color:#FF0000; }



.textSizeExtraSmall { font-size: 10px;
}

.textSizeSmall { font-size: 12px;
}

.textSizeMedium { font-size: 14px;
}

.textSizeLarge { font-size: 18px;
}

.textSizeExtraLarge { font-size: 24px;
}

.section_heading {
	color:#003333;
	font-size: 18pt;
	font-family: "Times New Roman";	
}

.navigation_column {
	background-color: #527948;
}

.navigation_solid_state {
	background-color: #fffffff;
}
 


.footer a:link { 
		color: #FFFFFF;
		}
		
		a:hover {
		color: #FF0000;
		}
		
		a:active {
		color: #990000;
		}		
		
		/*a:visited {
		color: #666666;
		}*/
	
.footer { color:#FFFFFF; }	
	
	
.tbl td {
	background-color: #a4cc4f;
	text-align:center;
}
.tbl a {
	width:100%;
	background-color: #a4cc4f;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: center;
	display:block;
	text-decoration: none;
	color:#336600;
	
}
.tbl a:hover {
	text-decoration: none;
	background-color: #336600;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #a4cc4f;
}



