strong.newsShownLabel {
	margin-top: 120px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color:#990000;
	margin-bottom:10px;
}

div.newsShown {
	width: 680px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	height: 28px;
	border-bottom: 1px solid #979797;
	border-top: 1px solid #979797;
	margin-bottom: 10px;
}

div.newsShown div.left {
	float: left;
	width: 340px;
	margin-top: 4px;
}

div.newsShown div.right {
	float: right;
	width: 340px;
	margin-top: 4px;
}

div.newsShown select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.newsContainer {
	width: 680px;
}

div.newsItem {
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #979797;
}

div.newsItem div.image {
	float: left;
	width: 225px;
}

div.newsItem div.image img {

}

div.newsItem div.body {
	float: left;
	width: 410px;
	margin-left: 8px;
}

div.newsItem div.body p {
	margin: 2px 0px 6px 0px;
}

div.newsItem div.body div.bodyHead {
	margin: 0px;
	padding: 0px;
}

div.newsItem div.body div.bodyHead div.title {
	width: 440px;
	font-weight: bold;
}

div.newsItem div.body div.bodyHead div.date {
	float: right;
	width: 60px;
	text-align: center;
	color: #BF923C;
	border: 1px solid #BF923C;
	vertical-align: bottom;
}

div.newsItem div.divClear {
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	background-color: #FF9900;
}