.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bold_horiz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #DC1D01;
	border-right-color: #DC1D01;
	border-bottom-color: #DC1D01;
	border-left-color: #DC1D01;
}
.mediumtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}
a.class1:link {
	color: #0033CC;
}
a:visited {
	color: #0033CC;
}
a.class1:hover {
	color: #ea4710;
}
a.class1:active {
	color: #0033CC;
}