@charset "utf-8";
/* CSS Document */

A:link, A:visited {
	color: #ffffff;
	text-decoration: none;
}	
A:hover, A:active  {
	color: #b40000;
	text-decoration: none;
}
.red { color: #b40000; }
img { border: 0; }
textarea {
	overflow:hidden; 
	background-color:black; 
	color:white;border:black;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
.blackbox {
	overflow:hidden; 
	background-color:black; 
	color:white;border:black;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:24px;
}
h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #b40000;
	margin: 15px 0 12px 0;
}
h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #b40000;
	margin: 15px 0 12px 0;
}
h3 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #b40000;
	margin: 15px 0 10px 0;
}
h4 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #333333;
	margin: 15px 0 10px 0;
}

h5 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	margin: 8px 0 6px 0;
}
h6 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #b40000;
	margin: 15px 0 12px 0;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	}
body { 
	background-color:#000000;
}
body, td {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 11pt;
	color: #ffffff;
}
.body, p, li {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 11pt;
	color: #ffffff;
	margin: 3px 0 8px 0;
}

.copyright, .copyright a:link, .copyright a:visited {
	color:#333;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 7pt;
	margin-top: 10px;
}


