@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}

h1 {
	color: #951111;
	font-weight: bold;
	font-size: 2em;
	line-height: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0.5em;
	margin-bottom: 1em;
	color: #FFFFFF;
}
h3 {
	color: #951111;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0.5em;
	margin-bottom: 1em;
	color: #FFFFFF;
}
h5 {
	font-size: 0.85em;
	margin-top: 0em;
	margin-bottom: 0.5em;
	line-height: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #999999;
}
h6 {
	color: #951111;
	font-weight: bold;
	font-size: 0.85em;
	line-height: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
p {
	margin-top: 0em;
	margin-bottom: 1em;
	line-height: 1em;
}


.smallFont {
	font-size:0.85em;
}
