@charset "utf-8";
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
}
.bodyinterior {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #CCCCCC;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.detailsrtcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	padding-left: 15px;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}
.detailsleftcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #8cf300;
	text-align: right;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}
.subhead {
	color: #8cf300;
}





.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.bodycolumnleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 5px;
	line-height: 18px;
}
body {
	background-color: #1e1e1e;
}
a:link {
	text-decoration: none;
	color: #8cf300;
}
a:visited {
	text-decoration: none;
	color: #8cf300;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.monospace {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
}

