@charset "utf-8";
a:link {
	font-weight: bold;
	color: #FFFFFF;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
}

body {
	background-color: #CC0001;
	font-size: 12px;
	background-image: url(images/bodyBG.jpg);
	background-repeat: repeat-y;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
}


.bottomRow {
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #C70102;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #E20001;
}

.centerContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center center;
	padding: 11px;
	vertical-align: top;
	background-color: #2D2D2D;
}
