@charset "utf-8";

TD, BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.asterisk {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
}
TD.small, .small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
TD.heading, .heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
}
H2, .h2Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
}
H1 {
	font-family: Times New Roman, Times, serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #483800;
	margin-bottom: 10px;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 0px;
}
H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #483800;
	text-transform: uppercase;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #372B00;
}
A.stayRed, A.stayRed:visited {
	color: #990000;
}