@charset "UTF-8";
.RedBackWhiteText {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
	background-color: #800000;
}
.RedBackWhiteTextSTD {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
	background-color: #800000;
	line-height: 5%;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
