/********************
* news
********************/
.news_line{
	margin-bottom:10px;
}

.news_line a{
	text-decoration: underline;
	
}

.news_line a:hover{
	text-decoration: none;
}


.news_line .news_title{
	display: block;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	color: #7D756B;
}

a#show_all_news{
	display: block;
	margin-top: 30px;
}


