	.title
{
vertical-align: bottom;
text-align: right;
font-family: Aksent;
font-size: 30px;
color: #ffffff;
text-transform: uppercase;
}
	.lnk A 
{
color: #ffffff;
text-decoration: none;
font: 11pt Tahoma;
text-transform: none;
text-align: center;
}
	.lnk A:hover
{
color: #ffffff;
text-decoration: none;
font: 11pt Tahoma;
text-transform: none;
text-align: center;
}
	.menu A:link, A:visited, A:active
{
color: #113361;
font-size: 11px;
font-family: Tahoma;
font-weight: bold;
vertical-align: top;
text-decoration: none;
}
	.menu A:hover
{
color: #113361;
font-size: 11px;
font-family: Tahoma;
font-weight: bold;
vertical-align: top;
text-decoration: none;
}

a {
color: #113361;
font-size: 11px;
font-family: Tahoma;
font-weight: bold;
vertical-align: top;
text-decoration: none;
}

.txt
{
color: #113361;
font-size: 11px;
font-family: Tahoma;
font-weight: bold;
vertical-align: top;
text-decoration: none;
}
	.search
{
border-style: none;
color: #ffffff;
font-size: 11px;
font-family: Tahoma;
font-weight: bold;
vertical-align: middle;
text-align: center;
}
	.input
{
color: #133461;
font-size: 11px;
border: #474546 1px solid;
background-color: #f9f9f9;
}
	.access
{
border-style: none;
color: #030000;
font-size: 11px;
font-family: Verdana, Tahoma;
vertical-align: middle;
padding: 3px;
}
	.access A:hover
{
text-decoration: underline;
}
	.news
{
border-style: none;
color: #000000;
font-size: 11px;
font-family: Tahoma;
vertical-align: middle;
padding: 6px;
text-align: justify;
}
	.special
{
color: #ffffff;
font-size: 11px;
font-family: Tahoma;
font-weight: bold;
vertical-align: middle;
text-align: center;
padding-right: 5px;
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
}
body {
	scrollbar-face-color: #254E89;
	scrollbar-shadow-color: #718EBA;
	scrollbar-highlight-color: #254E89;
	scrollbar-3dlight-color: #718EBA;
	scrollbar-darkshadow-color: #718EBA;
	scrollbar-track-color: #718EBA;
	scrollbar-arrow-color: #254E89;
}
h1 {
	font: normal 18px Tahoma;
	font-weight: bold;
	color: #ffffff;
}
.tdkat1 {
	border-style: solid;
	color: #ffffff;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	border: 1px solid #a1b6d3;
	background: #133461;
}
.tdkat2 {
	border-style: solid;
	color: #ffffff;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	border: 1px solid #a1b6d3;
	background: #466898;
}
.tdkat3 {
	border-style: solid;
	color: #ffffff;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	border: 1px solid #a1b6d3;
	background: #718EBA;
}
.txt1
{
border-style: none;
color: #ffffff;
font-size: 11px;
font-family: Tahoma;
font-weight: bold;
vertical-align: top;
text-decoration: none;
}
.txt2
{
border-style: none;
color: #ffffff;
font-size: 11px;
font-family: Tahoma;
font-weight: normal;
vertical-align: top;
text-decoration: none;
}

.bt {
	background: url(img/fon_search.gif);
	border: 1px double #a1b6d3;
	color: #ffffff;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	}

.tdkat3l {
	border-style: solid;
	color: #ffffff;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	border: 1px solid #a1b6d3;
	background: #718EBA;
}
.csr {
	display: none;
	color: red;
	background: #f9f9f9;
	border: 1px solid navy;
	position: absolute;
	box-shadow: 3px 3px #c7c7c7; 
	padding: 5px;
	z-index: 1;
}

.csr_round {
	display: none;
	color: red;
	background: #f9f9f9;
	border: 1px solid navy;
	position: absolute;
	box-shadow: 3px 3px #c7c7c7; 
	padding: 5px;
	z-index: 1;
	border-radius: 50%;
}

.tmpmsg{
	-webkit-animation: tmpmsg 10s;
	animation-iteration-count: 1;
	color: #ffffe0;
	}

@-webkit-keyframes tmpmsg {
    0% {color: red;}
    100% {color: #ffffe0;}
}

.msg{
	-webkit-animation: msg 20s;
	animation-iteration-count: infinite;
	color: red;
	}

@-webkit-keyframes msg {
    0% {color: red;}
    100% {color: purple;}
}
