@charset "UTF-8";
a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004b23;
	line-height: 110%;
}
a:hover {
	text-decoration: underline;
	color: #004b23;
}
a:visited {
	text-decoration: none;
	color: #004b23;
}
a:active {
	text-decoration: none;
	color: #004b23;
}
#largeRed:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}
#largeRed:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
