/**************************************/
/*    	 	   news room   			  */
/**************************************/
#newsArchive{
	overflow: hidden;
	clear: both;
	padding-top: 1em;
}
#newsArchive li{
	margin-bottom: 10px;
	padding: 5px 0 5px 15px;
	border-top: 1px dashed #005C8D;
}
#newsArchive li#box0{
	border-top: 0;
}
.arrowblue.eachNews{
	background-position: 0 11px;
}
#newsArchive li a{
	cursor: pointer;
}
#newsArchive li a.active{
	font-weight: bold;
}

#cont_left{
	float: left;
	width: 200px;
}
#news_wrapper strong{
	color: #005C8D;
}
