a:link {
	color: #8CA45B;
}
a:visited {
	color: #8CA45B;
}
a:hover {
	color: #8CA45B;
}
a:active {
	color: #8CA45B;
}
.navFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
.navFooter a {
	font-famil: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	text-decoration: none;
}
.navFooter a:hover {
	color: #8CA45B;
	text-decoration:none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-align:center;
}
.copyright a {
	color: #8CA45B;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	padding: 10px;
	width: 680px;
	background-position: center center;
	text-align: center;
	display: inherit;
	clear: both;
	float: none;
	margin-left: 5px;
	margin-bottom:10px;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-align:left;
}
.textCallout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8CA45B;
	background-position: center center;
	display: inherit;
}
.boxTextHeader {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	width: 208px;
	border: thin solid #333;
	height: 10px;
	clear: both;
	background-color: #999;
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 5px;
	font-size: 10px;
	font-variant: small-caps;
}
.border {
	border: 2px solid #8CA45B;
}
.boxText {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	width: 208px;
	height: auto;
	clear: both;
	background-color: #FFF;
	margin-top: 0px;
	padding-top: 3px;
	padding-bottom: 5px;
	font-size: 10px;
	font-variant: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
