@charset "UTF-8";

#newsRoot{
	background-image: url(../gfx/news_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;

}

#newsLabel{
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.newsTxHl{
	font-weight: bold;
	margin-left: 20px;
}

.newsTxText{
	line-height: 140%;
	font-size: 11px;
	margin-left: 20px;
}

.hr{
	width: 210px;
	height: 1px;
	background-color: #DDDDDD;
	margin-top: 8px;
	margin-bottom: 16px;
	margin-left: 20px;
}
