@charset "utf-8";
/* CSS Document */

.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.bodyText a:link {
	color: #314521;
	text-decoration: none;
}
.bodyText a:visited {
	color: #6F8F00;
	text-decoration: none;
}
.bodyText a:hover {
	color: #6E8E00;
	text-decoration: none;
}
.bodyText a:active {
	color: #6E8E00;
	text-decoration: none;
}

.bodyTextwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
}

.bodyTextwhite a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.bodyTextwhite a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.bodyTextwhite a:hover {
	color: #a3c03a;
	text-decoration: none;
}
.bodyTextwhite a:active {
	color: #a3c03a;
	text-decoration: none;
}
