@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#000000;
}

#copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

a:link,a:active,a:visited {
	color:#b2100f;
	text-decoration:underline;
}

a:hover,a:visited:hover {
	text-decoration:none;
}

h1 {
	color:#b2100f;
	font-size:20px;
	font-weight:bold;
	padding:0px;
	line-height:22px;
}

h2 {
	color:#333333;
	font-size:16px;
	font-weight:bold;
	padding:0px;
}

h3 {
	color:#333333;
	font-size:16px;
	font-weight:bold;
}

.red {
	color:#b2100f;
	font-weight:bold;
}

#bottom {
	font-size:12px;
	color:#ffffff;
}