@charset "utf-8";
/* CSS Document */
#news_block {
	color: #2e2d2d;
}
#news_block .news {
	margin-top: 15px;
	margin-left: 10px;
}
#news_block .news a, #news_block .news a:visited {
	font-weight:normal;
	text-decoration: none;
}
#news_block .news a:hover, #news_block .news a.text:hover {
	text-decoration: underline;
}
#news_block .news a.date {
	text-decoration: none;
	margin-bottom: 5px;
	font-size: 10px;
}
#news_block .news a.text {
	text-decoration: none;
	font-size: 11px;
	line-height:18px;
}
#news_block h5{
	font-weight:normal;
	font-size:12px;
	margin-top:10px;
}
#news_block .top_news {
	height:19px;
	background:url(/images/bg_top_news.png) repeat-x top;
	font-size:16px;
	padding:10px;
}