.bodytextgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D514F;
	text-decoration: none;
}
.bodytextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.bodytextgreenbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2D514F;
	text-decoration: none;
	font-weight: bold;

}
.title {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #2D514F;
	text-decoration: none;
	font-weight: normal;
}
.bodytextgreenlink, .bodytextgreen a {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D514F;
	text-decoration: underline;
}
a:hover {
	color: #9DBBB9;
	text-decoration: none;
}

.bodytextgreeninactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9DBBB9;
	text-decoration: none;
	font-weight: normal;

}
