@charset "windows-1251";

#newsblock {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 100%;
	font-size: 12px;
}
#News {
	width: 100%;
	text-align: left;
	vertical-align: top;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #bababa;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#newsblock .Data {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #1474b2;
	LINE-HEIGHT: normal;
	FONT-STYLE: normal;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#newsblock .Title {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #709500;
	LINE-HEIGHT: normal;
	FONT-STYLE: normal;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}


#newsblock .Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#newsblock A:link, #newsblock A:active {
	cursor: pointer;
	text-decoration: underline;
	color: #709500;
	display: block;
	width: 100%;
}
#newsblock A:visited {
	cursor: pointer;
	text-decoration: underline;
	color: #709500;
	display: block;
	width: 100%;
}
#newsblock A:hover {
	text-decoration: underline;
	color: #3aa6e8;
	display: block;
	width: 100%;
}

