@charset "utf-8";
/* CSS Document */

.news_wrapper{
	margin-top:1px;
	margin-bottom:-10px;
}

.news_entry{
	/*border-bottom:1px solid #94a3c4;*/
	margin-bottom:10px;
	
}

.news_title{
	font-weight:bold;
	padding:3px;
	background-color:#eceff5;
	border-top:1px solid #94a3c4;
}

.news_date{
	font-size:10px;
	color:#888888;
	padding:3px;
}


.news_description{
	/*margin-bottom:5px;*/
	font-size:14px;
	padding:3px;
}