html, body, form
{
	margin: 0;
	padding: 0;
}
.ssilka { text-decoration:none; 
color:#FFFFFF; 
font-size:14px;}
html
{
	height:100%;
}

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:760px;
}

/*Font*/
body
{
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	/*color: #333;
	background-color: #fff;*/
}

/*Font in table*/
table
{
	font-size:100%;
}
.text {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 14px;
	color: #AB0707;
}
.newstext {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 14px;
	color: #AB0707;	
}




.copir {
	font-family: Arial Narrow, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;	
}

.copir a.lk:link,
a.lk:visited,
a.lk:active,
a.lk:hover {
color: #FFF8FF;
}
 


FORM {
        MARGIN: 0px;
}
.textinput {
width: 140px;
height: 18px;
border:solid 0px;
font-size: 13px;
background-color: #FFFFFF;
}
/*Links*/
a:link {color: #486DAA;}
a:visited{color:#8C9AA8;}
a:active {color: #486DAA;}
a:hover{color:#DD0000;}

a:link.mmenu {
	font-family: Arial Narrow, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #AB0707;
}
a:hover.mmenu {
	font-family: Arial Narrow, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #AB0707;
}
a:visited.mmenu {
	font-family: Arial Narrow, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #AB0707;
}
a:active.mmenu {
	font-family: Arial Narrow, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}
a:link.nwmenu {
	font-family: Arial Narrow, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
a:hover.nwmenu {
	font-family: Arial Narrow, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
a:visited.nwmenu {
	font-family: Arial Narrow, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
a:active.nwmenu {
	font-family: Arial Narrow, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #AB0707;
}
small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0
}

#header
{
	position:relative; /*containing block*/
	height:106px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	<!-- background: #fff url(images/header_bg.gif) repeat-x; -->
	border-bottom:1px solid #D6D6D6;
}

#header_logo
{
	position:absolute;
}

#header_text
{
	position:absolute;
	left:210px;
	top: 30%;
	color:#fff;
}

#header_text h1
{
	margin:0;
	padding:0;
	font-size:160%;
	border:none;
	text-decoration:none;
}

#header_text span
{
	font-size:80%;
}

/* Header menu: home, search, feedback*/
#header_menu
{

	background:#4B6185;
	position:absolute;
	right:55px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#header_sites
{
	position:absolute;
	right:55px;
	top: 60px;
	color:#fff;
	text-align:right;
}

#header_sites a, #header_sites span
{
	color:#fff;
	text-decoration:none;
}

#header_sites span
{
	color: #9dabc0;
}

#header_menu a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	padding:8px 11px;
}

#zebra
{
	height:20px;
	background:transparent url(images/zebra_bg.gif) left top repeat-x;
}

#navigation
{

}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}

/*Content table*/
#content
{
	width:100%;
	height:70%;
	border-collapse:collapse;
}

/*Left column*/
#content .left-column
{
	width:180px;
	vertical-align:top;
	height:100%;
}

/*Main column*/
#content .main-column
{
	vertical-align:top;
	padding:0 23px 10px 23px;
}

/*Right column*/
#content .right-column
{
	width:1px;
	vertical-align:top;
}

/*Bottom banner*/
#bottom_banner
{
	padding:5px;
	text-align:center;
}

/*Footer*/
#footer
{
	background: #4D6990;
	text-align:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:40px;
	padding:8px;
	
}

/*Link in footer*/
#footer a
{
	color: #CFD6E1;
	font-size: 100%;
}

/*Data table*/
table.data-table
{
	border:1px solid #CECECE;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #CECECE;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#E1E5ED;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #CECECE;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#F1F3F6;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}
hr {
color:#AB0707; 
height: 1px; 
border-bottom-style:dashed; 
margin: 0 7 0 0;
}
