.news_wrapper{
	
}
.news_row{
	margin: 30px 0 10px 0;
	border: solid 1px #D7E2E3;
}
.news_date{
	padding: 5px 0 5px 60px;
	font-size: 12px;
	text-align: left;
	background: #43709d;
	color: #fff;
	position: relative;
}
.news_title{
	padding: 8px;
	font-size: 12px;
	text-align: left;
	border-bottom: solid 1px #D7E2E3;
	background: #F1F1F1;
	color: #43709D;
}

.news_content img, .news_description img{
	padding: 5px;
}
.news_description{
	position: relative;
	padding: 5px;
	text-align: justify;
	text-indent: 1em;
	
}
.news_content{
	position: relative;
	padding: 5px;
	text-align: justify;
	text-indent: 1em;
	
}

.clndr_hdr{
	display: block;
	position: absolute;
	top: -28px;
	left: 10px;
	width: 40px;
	height: 52px;
	background: url(../img/clndr_hdr.png);
		
}

a.more{
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
