#news {
	color: #F9DD74;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-weight: normal;
}
#news .mainContent h1 {
	font-size: 125%;
	font-weight: normal;
	color: #D59D18;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: d59d18;
	margin-top: 1em;
}
#news .mainContent h2 {
	font-size: 90%;
	font-style: italic;
	margin-top: -0.7em;
	color: #D59D17;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D59D17;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#news .mainContent p {
	font-size: 90%;
	font-weight: normal;
	text-align: justify;
	color: #F9DD74;
	margin: 0px;
	margin-bottom: 6px;
	padding: 0px;
}
#news .mainContent a:link, a:active, a:visited {
	color: #999999;
	text-decoration: underline;
}
#news .mainContent a:hover {
	color: #D59D18;
	text-decoration: underline;
}
#news .mainContent img {
	vertical-align: text-top;
	text-align: left;
	float: left;
	margin-right: 10px;
}
