@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #660000;
}

.tableBorder {
	border: 1px solid #000000;
}
.areaBorder {
	margin: 0px;
	padding: 4px;
}
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #3E0001;
}
.sideBorders {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
h2 {
	font-size: 14px;
	font-variant: small-caps;
}
a {
	color: #430102;
	text-decoration: underline;
}
.white {
	color: #FFFFFF;
}
.heading {
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
}
