body {
	font-family: Arial, Helvetica, sans-serif;
	color: #2A2A2A;
	font-size: x-small;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #4080B3;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #00CC00;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: Small;
	font-size: 16px;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #2A2A2A;
	font-size: x-small;
}
