@charset "UTF-8";
body {
	background-color: #000000;
	text-align: left;
	vertical-align: top;
	color: #FFFFFF;
	margin: 15px;
}
.newsHeader {
	font-family: "News Gothic Bold BT", "Helvetica Neue", Helvetica, "Arial Black", Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
}
.newsDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	padding-bottom: 3px;
	padding-top: 0px;
}
.newsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
a:link {
	color: #FFFFCC;
}
a:visited {
	color: #FFFFCC;
}
a:hover {
	color: #FFFF33;
}
a:active {
	color: #FFFFCC;
}
