.headerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #018BCE;
	font-weight: bold;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #018BCE;
}

a:link {
	color: #79B24E;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #008CCA;
}
a:active {
	text-decoration: underline;
	color: #79B24E;
}
.large_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.headerTextGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #79B24E;
	font-weight: bold;
}
.bodyTextGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #79B24E;
}
.textBox200 {
	width: 200px;
}
