<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* RESET  Ð¼Ð¾Ð¶Ð½Ð¾ Ñ€ÐµÐ´Ð°ÐºÑ‚Ð¸Ñ€Ð¾Ð²Ð°Ñ‚ÑŒ*/
HTML {
	font-size:100.01%;
	}
HTML,BODY,DIV,SPAN,APPLET,OBJECT,IFRAME,
H1,H2,H3,H4,H5,H6,P,BLOCKQUOTE,PRE,A,ABBR,
ACRONYM,ADDRESS,BIG,CITE,CODE,DEL,DFN,EM,
FONT,IMG,INS,KBD,Q,S,SAMP,SMALL,STRIKE,
STRONG,SUB,SUP,TT,VAR,DL,DT,DD,OL,UL,
LI,FIELDSET,FORM,LABEL,LEGEND,TABLE,
CAPTION,TBODY,TFOOT,THEAD,TR,TH,TD,HR {
	padding:0;
	margin:0;
	border:none;
	outline:none;
	font-family:inherit;
	}
	
DFN,CITE,VAR,ADDRESS{
	font-style:normal;
	}
TH,H1,H2,H3,H4,H5,H6 {
	font-weight:normal;
	}
TEXTAREA,INPUT,SELECT {
	font-size:1em;
	}
INPUT[type=button],
INPUT[type=submit] {
	cursor:pointer;
	}
SMALL {
	font-size:.85em;
	}
OL,UL {
	list-style:none;
	}
TABLE {
	border-collapse:collapse;
	border-spacing:0;
	}
CAPTION,TH,TD {
	text-align:left;
	}
/*
:focus {
	outline:none;
	}
*/
SUP,SUB {
	vertical-align:baseline;
	position:relative;
	top:-.5em;
	font-size:.85em;
	}
SUB {
	top:.5em;
	}
STRONG {
	font-weight:bold;
	}


/*--------------------------bellakt
-----------------------------------*/

/*  MUSTHAVE Ð½ÐµÐ¿Ñ€Ð¸ÐºÐ°ÑÐ°ÐµÐ¼ */

.content .gray, 
.content .grey { color:#A5A5A5; font-size:10px; line-height:10px; }
.red, { color:#ff0000; }
/*.error { position:absolute;top:0;right:5px;background:url(../../i/error.png) no-repeat 0 0; padding: 5px 0 7px 30px;color:#ff0000; }*/
.error { color:#ff0000; }
.sstr { font-weight:bold; }
.star { color: #C03B20; padding-left:5px; }
img.imgl {float: left;}
img.imgr {float: right;}

html { filter: expression(runtimeStyle.filter = '',document.execCommand('BackgroundImageCache', false, true));} /* fix blinking background images Ð² IE6 */
.cut_text {display: none;}
.clear { clear: both; }
a.printversion { font-size: 11px; color: #981010; padding-left: 20px; background: url(../../../../i/print.png) 0 0 no-repeat; line-height: 20px; }
	a.printversion:hover {text-decoration: none;}



.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}


.cf {
    *zoom: 1;
}
	
/*  CONTENT Ð½Ð°ÑÑ‚Ñ€Ð°Ð¸Ð²Ð°ÐµÑ‚ÑÑ, Ð·Ð´ÐµÑÑŒ Ð¼Ð¾Ð¶Ð½Ð¾ Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÑŒ 'em' */
.content, .footer { 
	font:12px/20px Arial, sans-serif;
	color:#4b5764;
}
	.content h1 {
		font:30px/35px 'helveticaneuecyrbold', sans-serif;
		color:#ed1c24;
	}
	.content h2 {
		font:21px/23px 'helveticaneuecyrbold', sans-serif;
		color:#00509f;
		padding:5px 0 0;
	}
	.content h3 {
		font:bold 20px/26px Arial, sans-serif;
		color:#00509f;
		margin: 25px 0 0;
	}
	.content h4 {
		font:bold 14px/16px Arial, sans-serif;
		color:#000;
		margin: 35px 0 0;
	}
	.content h5 {
		font:bold 14px/16px Arial, sans-serif;
		color:#ED1C24;
		margin: 35px 0 0;
	}
	.content a {
		/* 
		font:12px/18px Arial, sans-serif;
		*/
		color:#00509f;
	}
		.content a:hover {
			color:#ed1c24;
		}
	.content p, .content div {
		margin:6px 0 0;

	}
	.content blockquote {
		font:bold 14px/22px Arial, sans-serif;
		border-top:1px solid #ed1c24;
		border-bottom:1px solid #00509f;
		padding: 17px 25px 19px 28px;
		margin: 20px 0 30px;
		color:#2a2a2a;
	}
	.content img {
		/*float:left;		
		margin: 3px 25px 10px 3px;
		vertical-align:bottom;*/
	}


	.content li ul, .content li ol {
		margin:0 1.5em;
	}
	.content ul, .content ol {
		margin:0 1.5em 1.5em 1.5em;
	}
	.content ul {
		list-style-type:disc;
	}
	.content ol {
		list-style-type:decimal;
	}
	.content ol ol {
		list-style: upper-alpha;
	}
	.content ol ol ol {
		list-style: lower-roman;
	}
	.content ol ol ol ol {
		list-style: lower-alpha;
	}
	.content dl {
		margin:0 0 1.5em 0;
	}
	.content dl dt {
		font-weight:bold;
	}
	.content dd {
		margin-left:1.5em;
	}

	.content table.tbl {
		width:100%;
		margin:20px 0 0;
	}
		.content .tbl tr {
			border:2px solid #fff;
			padding:10px 0;
		}
			.content .tbl tr td {
				border:1px solid #fff;
				background:#dbdbdb;
				font:11px/13px Arial, sans-serif;
				color:#363434;
				text-align:center;
				padding:5px 5px;	
							
			}
			.content .tbl tr td.theader {
				background:#00509f;
				font:bold 11px/12px Arial, sans-serif;
				color:#fff;
				text-align:left;
				border:2px solid #fff;
				padding:10px 10px;
				vertical-align: top;
			}
			.content .tbl tr td.name {
				background:#fff;
			}
			.content .tbl p, .content .tbl div {
				margin:0;
				padding:0;
			}
/*	.content&gt;ul {
		margin: 17px 120px 0 0;
	}
		.content&gt;ul&gt;li {
			font:12px/16px Arial, sans-serif;
			color:#303030;
			background:url(../../i/tire2.gif) no-repeat 0 7px;
			padding:0 0 0 30px;
			margin: 0 0 10px 0;
		}
		.content&gt;ul&gt;li&gt;ul {
			margin: 23px 0px 5px;
		}
		.content &gt;ul&gt;li&gt;ul&gt;li {
			font:11px/13px Arial, sans-serif;
			color:#717070;
			background:url(../../i/tire.png) no-repeat 0 6px;
			padding: 0 0 0 28px;
			margin: 0 0 13px;
		}
	.content&gt;ol {
		list-style-type: decimal;
		margin: 36px 0 0 42px;
	}
		.content&gt;ol&gt;li {
			font:13px/17px Arial, sans-serif;
			color:#db0000;	
				
		}
		.content&gt;ol&gt;li&gt;ol {
			list-style-type: decimal;
			margin: 9px 0 0 37px;
		}
		.content &gt;ol&gt;li&gt;ol&gt;li {
			font:13px/17px Arial, sans-serif;
			color:#005cba;	
			margin: 0 0 3px;		
		}
*/
	.content b {
		font:bold 14px/20px Arial, sans-serif;
		color:#ed1c24;
	}
	.content strong {
		font:bold 12px/20px Arial,sans-serif;
		color:#000;
	}
.content a.print {
	display:block;
	background:url(../../i/print.gif) no-repeat 0 3px;
	padding: 0 0 1px 23px;
	font:12px/14px Arial, sans-serif;
	color:#00509f;
	margin: 25px 0 0 4px;
}
.content hr {
	border-top:1px solid #b8b8b8;
}

.cat_href {
	text-decoration: none;
	border-bottom: 1px dashed #00509F;
}
.cat_href:hover {
	border-color: #ED1C24;
}
.cat_text {
	display:none;
}</pre></body></html>