BODY {
	background: #ffffff;
}

TD {
	font-family : arial, verdana, sans-serif;
	font-size: 12px;
	color: 333333;
}

.razdel {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-transform : uppercase;
}

.blue {
    background: #0088BC;
}

.grey {
   color: #efefef;
}

.news_header {
   font-weight: bold;
}

.news_content {
   background: #efefef;
}


A {
	color: #990000;
	text-decoration: none;
    font-weight: bold;
}

A.link_blue{
  color: #ffffff;
  font-weight: bold;
}

A:Hover {
	color: #ffffff;
	background : #0088BC;
}

A:Hover.link_blue {
	color: #990000;
	background : #ffffff;
}

HR {
	height: 1pt;
}

