﻿/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
    max-width: 100%;
    height: auto;
}

.bodyText {
	padding: 0 25 0 25;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #6b6b6b;
	vertical-align: middle;
}

.topNav{
	font-weight:bold;
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	
}

a.topNav:link {
	font-weight:bold;
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;

}

a.topNav:visited {

	font-weight:bold;
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;

}

a.topNav:hover {
	font-weight:bold;
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	background-color: #649A32;

}

.greenHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #557C1A;
}
.leftboxlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	color: #7e7e4c;
}
.leftboxlink a{
	color: #7e7e4c;
	text-decoration: none;
}
.leftboxlink a:hover{
	color: #FF7F0A;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #000000;
	font-weight: normal;
}
.footertext a{color: #000000;
text-decoration:none;}
.footertext a:hover{color: #000000}

.blueText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #ffffff;
}
.blueText a{
	color: #0099FF;
	text-decoration: underline;
}
.blueText a:hover{
	color: #0099FF;
	text-decoration: none;
}
.bodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #6b6b6b;
	font-weight: bold;
}
