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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	line-height: 20px;
	padding: 25px;
}
.mainText a { color: #CCCCCC; text-decoration: underline; }
.mainText a:hover { color: #cc0000; text-decoration: underline; }
.mainText a:fade { color: #cc0000; text-decoration: underline; }

.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #ffffff;
}
.subHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
.assets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 14px;
	padding: 10px;
}
.footer a { color: #333333; text-decoration: underline; }
.footer a:hover { color: #660000; text-decoration: underline; }
.footer a:fade { color: #660000; text-decoration: underline; }

img.picRight { margin-left: 25px; margin-bottom: 25px; margin-top: 6px; }