#news_box_blank{
	width:220px;
	height:215px;
	float:left;
	margin:19px 0 0 0;
}

#scrollingnews {
	width: 200px;
	height: 130px;
}

.news{
	margin:5px 0 0 10px;
}

.news_item{
	margin:5px 5px 10px 5px;
	border-bottom: 1px solid #d7d7d7;
}

.news_date{
	font-size:14px;
	color:#105BA1;
	font-family: Georgia, serif;
	line-height:20px;
	width: 100%;
	margin-bottom: 10px;
}

.news_title{
	font-size:24px;
	color:#DE7016;
	font-family: Verdana, sans-serif;
	line-height:24px;
	width: 100%;
	margin-bottom: 10px;
}

.news_heading{
	font-size:14px;
	color:#333333;
	font-family: Georgia, serif;
	line-height:20px;
	width: 100%;
	margin-bottom: 10px;
}

.news_text, .news_text p{
	font-size:14px;
	color:#333333;
	font-family: Georgia, serif;
	line-height:20px;
	width: 100%;
	margin-bottom: 10px;
	text-align: justify;
}

.news_date_scroll{
	font-size:14px;
	color:#105BA1;
	font-family: Georgia, serif;
	line-height:20px;
	width: 100%;
}

.news_item_scroll{
	margin:5px 5px 10px 5px;
}

.news_title_scroll{
	font-size:14px;
	color:#DE7016;
	font-family: Georgia, serif;
	line-height:20px;
	width: 100%;
}

.news_heading_scroll{
	font-size:14px;
	color:#333333;
	font-family: Georgia, serif;
	line-height:20px;
	width: 100%;
}
.news_link a{
	font-size:14px;
	color:#105BA1;
	font-family: Georgia, serif;
	line-height:20px;
	width: 100%;
	text-decoration: none;
	margin-bottom: 20px;
}