body{
	/* ver */
	background-color: White;
   margin: 0px;
   padding: 0px;
}
#firsttime{
	position: absolute;
	top: 80px;
	right: 20px;
	width: 400px;
	height: 400px;
	background-color: #eeeeee;
	border: 1px solid #000063;
	padding: 5px;
	overflow: auto;
	z-index: 1000;
}
#header a,
#footer a,
#leftcol a, 
#centercol a, 
#rightcol a, 
#itemlist a,
#content a,
#itemtop a,
#itembottom a
{
	/* ver */
	color: #000063;
   font-family : Arial, Helvetica, sans-serif;
}

#header a:hover,
#footer a:hover,
#leftcol a:hover, 
#centercol a:hover, 
#rightcol a:hover,
#itemlist a:hover,
#content a:hover,
#itemtop a:hover,
#itembottom a:hover {
	/* ver */
	color: Red;
	text-decoration: none;
}

/* задание общего font-family */
#header, 
#footer, 
#leftcol, 
#centercol, 
#rightcol, 
#itemlist,
#content,
#itemtop,
#itembottom {
	/* ver */
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	/* ver */
font-size: x-small;
color: #999999;
}
form {
	/* ver */
	display: inline;
}
#error{
	/* ver */
	background-color: Red;
	text-align: center;
	font-weight: bold;
}
#info{
	/* ver */
	background-color: Lime;
	text-align: center;
	font-weight: bold;
}
.main_back {
  background-color: #000063;
  font-family : Arial, Helvetica, sans-serif;
}
.bg_colored {
	background-color: #eeeeee;
   font-family : Arial, Helvetica, sans-serif;
}
#adv{
	/* ver */
	background-color: PeachPuff;
	font-weight: bold;
	text-align: center;
	font-size: small;
	padding-bottom: 5px;
	padding-top: 5px;
   border-bottom: 1px solid #000063;
	border-top: 1px solid #000063;
}
#adv span{
	/* ver */
	color: red;
}
#nav{
	/* ver */
	background-color: #000063;
	color: White;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}
#nav a, #nav a:visited{
	/* ver */
   font-size: 13px;
	color: White;
   font-family : Verdana,Arial,Helvetica;
}
#nav a:active, #nav a:hover{
	/* ver */
   font-size: 13px;
	color: Yellow;
   font-family : Verdana,Arial,Helvetica;
	text-decoration: none;
}

.bg_light{
	background-color: White;
}
.font_colored{
	color: #999999;
}
.small_font{
  font-size: xx-small;
}
.err_small_font{
  font-size: xx-small;
  color: Red;
}
.line{
	background-color: black;
}
.normal_font{
  font-size: x-small;
}
.err_normal_font{
  font-size: x-small;
  color: Red;
}
.error_font{
  color: Red;
}

.invert_small_link, .invert_small_link:visited{
	color: White;
   font-family : Verdana,Arial,Helvetica;
	font-size: xx-small;
}
.invert_small_link:active, .invert_small_link:hover{
	color: Yellow;
   font-family : Verdana,Arial,Helvetica;
	font-size: xx-small;
	text-decoration: none;
}
.normal_link,
.normal_link:visited
{
   font-family : Verdana,Arial,Helvetica;
	font-size: x-small;
}
.normal_link:hover,
.normal_link:active{
   font-family : Verdana,Arial,Helvetica;
   font-size: x-small;
}
.selected_link, 
.selected_link:visited, 
.selected_link:active,
.selected_link:hover{
	/* ver */
   font-weight: bold;
	color: Red !important;
   text-transform: uppercase;
}

.normal_small_link, .normal_small_link:visited{
   font-family : Verdana,Arial,Helvetica;
	font-size: xx-small;
	margin-bottom: 0;
	margin-top: 5px;
}
.normal_small_link:hover, .normal_small_link:active{
   font-family : Verdana,Arial,Helvetica;
	font-size: xx-small;
}
h1.st, .h1font{
	/* ver */
	font-size: xx-large;
   font-family: "Times New Roman", Times, serif;
	color: #000063;
}
h2.st, .header_font{
	/* ver */
	font-size: x-large;
   font-family: "Times New Roman", Times, serif;
	margin: 0;
	color: #000063;
}
p.w80{
	/* ver */
	text-indent: 30pt;
	margin-left: 10%;
	margin-right: 10%;
	text-align: justify;
}
.border{
	/* ver */
	border: 1px solid red;
}
.line_top {
	/* ver */
  border-top: 1px solid #000063;
}
.border_dark{
	border: 1px solid #000063;
}
.data_table td{
  text-align: center;
}
.data_table td.l{
  text-align: left;
}
.data_row0, .data_row1{
	font-size : small;
	color : #000063;
	//height: 50px;
	min-height: 50px;
}
.data_row0{
	background-color : white;
}
.data_row1{
	background-color : #eeeeee;
}
.td_font{
	font-size: xx-small;
}
.left {
	/* ver */
	float: left;
	padding-left: 1em;
}
.right {
	/* ver */
  float: right;
  margin-right: 1em;
}
#leftcol {
	/* ver */
  float: left;
  width: 210px;
  padding-left: 2px;
}
#rightcol {
	/* ver */
  float: right;
  width: 210px;
  padding-right: 2px;
}
#leftcol div, #rightcol div{
	background-color: #eeeeee;
	color: #000063;
	border: 1px solid #000063;
	margin-bottom: 5px;
	padding: 24px 4px 4px 4px;
	position: relative;
	width: 200px;

}
#leftcol div div, #rightcol div div{
	background-color: #000063;
	color: White;
	font-weight: bold;
	padding: 0;
	position: absolute;
	left: 0px;
	// left: 0px;
	top: 0;
	width: 207px;
	// width: 207px;
	/* margin: -4px -4px 4px -4px; */
}

#leftcol div p, #rightcol div p, #leftcol div li, #rightcol div li{
	/* ver */
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 0;
}
#centercol {
	/* ver */
  margin-top: 0;
  margin-left: 215px;
  margin-right: 215px;
  color: #000063;
  	font-size: small;
}
#centercol table {
	/* ver */
	margin: 0 10px 0 10px;
}
#centercol div.more {
	/* ver */
	text-align: right;
	font-size: small;
	font-weight: bold;
	margin-bottom: 2em;
}
#centercol table {
border-collapse:collapse;
}
#centercol table td{
	border : 1px solid #bbbbbb;	
	padding: 0 5px 0 5px;
	height: 30px;
	min-height: 30px;
}

#centercol table tr.d0, #centercol table tr.d1{
	/* ver */
	font-size : small;
	color : #000063;
	height: 30px;
}
#centercol table tr.d0{
	/* ver */
	background-color : white;
}
#centercol table tr.d1{
	/* ver */
	background-color : #eeeeee;
}
.c{
	/* ver */
	text-align: center;
}


#action {
	/* ver */
  border: 1px solid red;
  margin: 0 5px 5px 5px;
  padding: 5px 5px 0 5px;
}
#action h2, #action div span {
	/* ver */
	color: red;
}
#action div, #mainnews div{
	/* ver */
  font-size: x-small;
}
#action p, #mainnews p{
	/* ver */
	font-size: small;
}
#mainnews{
	/* ver */
  border: 1px solid #000063;
  margin: 0 5px 5px 5px;
  padding: 5px 5px 0 5px;
}
#itemlist{
	/* ver */
	margin-left:155px;
	font-size: small;
}
#items {
	/* ver */
  padding-left: 10px;
  padding-right: 10px;
}
#items th, #content th, #content th a {
	/* ver */
  color: White;
  font-size: small;
  background-color: #000063;
  white-space: nowrap;
}
#content {
	font-size: small;
}
#content th a:hover {
	color: Yellow;
}
#itemtop, #itembottom {
	/* ver */
	font-size: small;
}
div.clear{
	/* ver */
	clear: both;
}
.padding5{
	padding: 5px;
}
#itemdesc{
	margin-left: 20px;
	margin-right: 20px;
}
