@charset "utf-8";
body {
	background-image: url(/images/overall-bkg.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	background-color: #320000;
}
body,td,th {
	color: #CCCCCC;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #DDDDDD;
}
a:active {
	text-decoration: underline;
	color: #DDDDDD;
}
.standardText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.frontPage {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.spacedContent {
	line-height: 24px;
}
.leftContent {
	margin:10px;
}
.rightContent {
	margin:5px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bottomContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.whiteHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}