a:link {
	color: #008131;
}

a:visited {
	color: #008131;
}

a:hover {
	color: #008131;
}

a:active {
	color: #008131;
}

.mainHeaders {
	font-family: Arial;
	font-size: 28px;
	font-weight: bold;
	color: #008131;
}

.subHeaders {
	font-family: Verdana;
	font-size: 22px;
	font-weight: bold;
	color: #008131;
}

.normalGreenHeaders {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #008131;
}

.normalBlackHeaders {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #363636;
}

.normalText {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #363636;
}

.tableText {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.tableTextWhite {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.bigLinkText {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #363636;
}