@charset "utf-8";
.news /* CSS Document for the news */

.newsheadline {
	float: left;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
}
.newsdate {
	color: #666666;
	float: right;
}
.newstext {
	width: 100%;
	font-style: italic;
	float: left;
}
#Main #BlackBox #Content .news {
	text-align: justify;
	padding-top: 10px;
}
.news #MiddleNews {
	color: #999999;
	float: left;
	margin-right: 198px;
	margin-top: 20px;
	padding: 10px 10px 20px 10px;
}
