/* NEWS Style */

.newsBox_mid .headline {
	color: #4f0000;
	font: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

.newsBox_mid .date {
	color: #666;
	font-size: 10px;
}

.newsBox_mid .line {
	width: 100%;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	
	border-bottom: 1px solid #999;
	margin-top: 1px;
	margin-bottom: 4px;
}

.newsBox_mid #readmore {
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	/*border-top: 1px solid #999;*/
	display: block;
	background-image: url(/files/images/icon_readmore.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.newsBox_mid #readmore a:hover {
	text-decoration: none;
}

.newsBox_mid .content {
	float: left;
	width: 100%;
	margin-bottom:5px;
}