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

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.mainBody {
	margin-right: 18px;
	margin-left: 25px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.white {
	color: #FFF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C93;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C93;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #ECD01C;
}
a:active {
	color: #000;
}
a.white:link {
	color: #fff;
	text-decoration:none;
	font-size:9pt;
}
a.white:visited {
	color: #fff;
		text-decoration:none;
	font-size:9pt;
}
a.white:hover {
	color: #ECD01C;
		text-decoration:none;
	font-size:9pt;
}
a.white:active {
	color: #fff;
		text-decoration:none;
	font-size:9pt;
}
.center {
	text-align: center;
}
.tiny {
	font-size: 9pt;
}
iframe {
	border: 0px solid #ffffff;
}
.red {
	color: #F00;
}

