.ContentText {
	font-size: 14;
	font-weight: bold;
	line-height: 16px;
}

.ContentText p {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.NewsPlate {
	float: left;
	width: 660;
	background: #a3bbcc;
	border-top: 3px solid #6889a3;
	padding: 50 30 0 30;
}

::root .NewsPlate {width: 600;}

.NewsBlock {
	float: left;
	border-left: 1px solid #dce5ec;
	width: 200;
	_height: 96;
	min-height: 96;
	padding: 0 22 6 22;
	margin: 0 0 30 0;
	line-height: 14px;
}

::root .NewsBlock {width: 155;}

.NewsBlock a {
	padding: 0 10 0 4;
	background: url(/i/more.gif) no-repeat 100% 6px;
}

.NewsBlock a:active, .NewsBlock a:hover {
	text-decoration: underline;
}

.NewsHeader {
	color: #002d4d;
	font-weight: bold;
	margin: 0 0 7 0;;
}

.AccidentalRightBlock {
	position: absolute;
	z-index: 10;
	bottom: -222;
	right: -210;
	width: 180;
	text-align: center;
}

.AccidentalRightBlock a {
	/*font-weight: normal;*/
}

.AccidentalRightBlock a:link, .AccidentalRightBlock a:visited {
	color: #ffffff;
	text-decoration: none;
}

.AccidentalRightBlock a:hover, .AccidentalRightBlock a:active {
	color: #ffffff;
	text-decoration: underline;
}

.AccidentalRightBlock img {
	margin: 15 0 0 0;
}