<!--
body         { font-family: Tahoma; font-size: 10pt; }
A:hover   {color: #ff0000; text-decoration:  underline;}
.kat         { font-family: Tahoma; font-size: 8pt; padding-top:1px; padding-bottom:1px}
table        { font-size: 10pt}
.main        { font-size: 10pt; margin-top: 3px; margin-bottom: 3px; padding-top: 1px; padding-bottom: 1px; line-height: 150%; }
.razd        { font-size: 11pt; font-weight: bold; border-bottom: 1px; border-bottom-style: solid; border-bottom-color: #B5ABC2 }
.sm         { font-family: Tahoma; font-size: 8pt;}
.bold        { font-family: Tahoma; font-size: 10pt; font-weight: bold;}
.red1        { color: #ff0000; font-family: Tahoma; font-size: 11pt;font-weight: bold;}
.rus_eng     { 
	font-size: 8pt;
	padding-top: 0px;
	padding-bottom:15px;
	margin:0;
}
.kat_tbl     { 
	margin-top:12px;
}
.red            { 
	color: #CC0000; 
	font-family: Georgia, Tahoma; 
	font-size: 18pt;
	font-weight: bold;
	font-style: italic; 
	padding-top: 10pt;
	padding-bottom:10pt;
}
.red_big        { 
	color: #CC0000; 
	font-family: Georgia, Tahoma; 
	font-size: 18pt;
	font-weight: bold;
	font-style: italic; 
	padding-top: 10pt;
	padding-bottom:10pt;
}
A.newslink { font-family: Tahoma; font-size: 8pt; padding-top: 1px; padding-bottom: 1px}
A.newslink:active {
	TEXT-DECORATION: none; COLOR: #000000}
A.newslink:link {
	TEXT-DECORATION: none; COLOR: #000000}
A.newslink:visited {
	TEXT-DECORATION: none; COLOR: #000000}
A.newslink:hover {
	TEXT-DECORATION: underline; COLOR: #000000  }

table.tblbrd {border-top-style:solid; border-top-color:#B5ABC2;border-top-width:1px;border-left-style:solid; border-left-color:#8CADC8;border-left-width:1px;}
table.tblbrd td{border-bottom-style:solid; border-bottom-color:#B5ABC2; border-right-style:solid; border-right-color:#8CADC8; border-bottom-width:1px;border-right-width:1px; padding: 3px;}
table.tblbrd th{border-bottom-style:solid; border-bottom-color:#B5ABC2; border-right-style:solid; border-right-color:#8CADC8; border-bottom-width:1px;border-right-width:1px; padding: 3px; background-color:#F4F8FF}

table.tblnon {border-style:none}
table.tblnon td{border-style:none}
table.tblnon th{border-style:none}

hr.brd {width:90%;border:0; height: 1px; color:#B5ABC2; background-color:#B5ABC2}
ul.spstr {line-height: 130%; list-style-image:url(/IMAGES/str_r.gif);}
ul.spstrb {line-height: 130%; list-style-image:url(/IMAGES/str_b.jpg);}
ul.mainstr { font-size: 10pt; margin-top: 3px; margin-bottom: 3px; padding-top: 1px; padding-bottom: 1px; line-height: 150%;  list-style-image:url(/IMAGES/str_r.gif);}
-->

.actionButtons,
.actionButtons-padding {
	margin-top: 15px;
	margin-bottom: 15px;
}
.actionButtons.padding,
.actionButtons-padding {
	padding: 0 30px;
}
.actionButtons .contacts {
	float: left;
	font-size: 15px;
	color: #000000;
	margin-top: 6px;
}
.actionButtons .contacts a {
	color: #000000!important;
}
.actionButtons .contacts a:hover {
	 color: #ff0000!important;
}

a.actionBtnStd,
a.actionBtnStd-pull-left,
a.actionBtnStd-pull-right {
	display: table;
	text-align: center;
	width: 240px;
	height: 50px;
	font-size: 20px;
	border: none;
	color: rgba(255, 255, 255, 1)!important;
	padding: 0;
	background: linear-gradient(to top, #4896c6, #59acde);
	text-decoration: none!important;
	cursor: pointer;
	box-sizing: border-box;
	margin: 0 auto;
}
a.actionBtnStd>span,
a.actionBtnStd-pull-left>span,
a.actionBtnStd-pull-right>span {
	display: table-cell;
	vertical-align: middle;
}
a.actionBtnStd:hover,
a.actionBtnStd-pull-left:hover,
a.actionBtnStd-pull-right:hover {
	color: rgba(255, 255, 255, .7)!important;
}
.clearfix {
	clear: both;
}
.pull-left,
a.actionBtnStd-pull-left {
	float: left;
}
.pull-right,
a.actionBtnStd-pull-right {
	float: right;
}