<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body	{ font-family: Arial, Liberation Sans, sans-serif; font-size: 10pt; color: black; line-height: 1.27; }

p		{ line-height: 1.27; }

table	{ font-size: 10pt; line-height: 1.27; }
td		{ font-size: 10pt; line-height: 1.27; }
th		{ background-color: #BA0000; color: white; }

h1 		{ font-size: 15pt; font-weight: normal; color: maroon; }
h2		{ font-size: 12pt; font-weight: bold; }
h3		{ font-size: 11pt; font-weight: bold; }

a		{ color: maroon; }

th.tab	{ background: transparent; background-color: #DCDCDC; color: black; }
th.tab1 { background: transparent; background-color: #DCDCDC; color: black; }

td.tab2 { background: transparent; background-color: #DCDCDC; color: black; }

.table_b1		{ border: 1px solid #aaaaaa; border-collapse: collapse; }
.table_b1 td	{ border: 1px solid #aaaaaa; }
.table_b1 th	{ border: 1px solid #aaaaaa; }

.fs8pt			{ font-size: 8pt; }
.fs				{ font-size: 9pt; }
.fs9pt			{ font-size: 9pt; }
.fs98pt			{ font-size: 9.8pt; }
.fs10pt			{ font-size: 10pt; }
.fs11pt			{ font-size: 11pt; }
.fs118pt		{ font-size: 11.8pt; }
.fs12pt			{ font-size: 12pt; }
.fs13pt			{ font-size: 13pt; }
.fs14pt			{ font-size: 14pt; }
.compact_li		{ display: list-item; list-style-type: disc; margin-left: 2em; }
.compact_li_2	{ display: list-item; list-style-type: disc; margin-left: 2em; padding-bottom: 2px; }
.compact_li_3	{ display: list-item; list-style-type: disc; margin-left: 2em; padding-bottom: 3px; }
.ok_li 			{ list-style: url(/img/status-ok.gif); }
.button_s1		{ height: 3em; width: 200px; margin-top: 1em; margin-bottom: 1em; }
.menu_div		{ padding-top: 2px; padding-bottom: 3px; }

.doc_content	{ max-width: 960px; }

.gb-doc-h2		{ padding-top: 1.5em; }
.gb-doc-h3		{ padding-top: 1.2em; }


.button_x1 {
   border-top: 1px solid #f79797;
   background: #cc6666;
   background: -webkit-gradient(linear, left top, left bottom, from(#bf0404), to(#cc6666));
   background: -webkit-linear-gradient(top, #bf0404, #cc6666);
   background: -moz-linear-gradient(top, #bf0404, #cc6666);
   background: -ms-linear-gradient(top, #bf0404, #cc6666);
   background: -o-linear-gradient(top, #bf0404, #cc6666);
   padding: 8.5px 17px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 19px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button_x1:hover {
   border-top-color: #ff0000;
   background: #ff0000;
   color: #ffffff;
   }
.button_x1:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
   
.myButton1 {
	-moz-box-shadow:inset 0px 39px 0px -24px #e67a73;
	-webkit-box-shadow:inset 0px 39px 0px -24px #e67a73;
	box-shadow:inset 0px 39px 0px -24px #e67a73;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e4685d), color-stop(1, #eb675e));
	background:-moz-linear-gradient(top, #e4685d 5%, #eb675e 100%);
	background:-webkit-linear-gradient(top, #e4685d 5%, #eb675e 100%);
	background:-o-linear-gradient(top, #e4685d 5%, #eb675e 100%);
	background:-ms-linear-gradient(top, #e4685d 5%, #eb675e 100%);
	background:linear-gradient(to bottom, #e4685d 5%, #eb675e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d', endColorstr='#eb675e',GradientType=0);
	background-color:#e4685d;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: Arial, Liberation Sans, sans-serif;
	font-size:18px;
	padding:11px 23px;
	text-decoration:none;
}
.myButton1:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eb675e), color-stop(1, #e4685d));
	background:-moz-linear-gradient(top, #eb675e 5%, #e4685d 100%);
	background:-webkit-linear-gradient(top, #eb675e 5%, #e4685d 100%);
	background:-o-linear-gradient(top, #eb675e 5%, #e4685d 100%);
	background:-ms-linear-gradient(top, #eb675e 5%, #e4685d 100%);
	background:linear-gradient(to bottom, #eb675e 5%, #e4685d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb675e', endColorstr='#e4685d',GradientType=0);
	background-color:#eb675e;
}
.myButton1:active {
	position:relative;
	top:1px;
}

.myButton2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: Arial, Liberation Sans, sans-serif;
	font-size:20px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}
.myButton2:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;
}
.myButton2:active {
	position:relative;
	top:1px;
}

.myButton3 {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#3a3b1c;
	font-family: Arial, Liberation Sans, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.myButton3:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.myButton3:active {
	position:relative;
	top:1px;
}


@media (max-width: 991px) {
	.gbmh1					{ display: none; }
	.gbmh1-p1				{ padding-left: 5px !important; padding-right: 5px !important; width: 100% !important; }
	.c_top_left_menu_pad	{ display: none; }
	.c_page_pad1			{ padding-left: 10px !important; }
	.c_top_phone_8800		{ display: none; }
	.c_top_logo_v2_image	{ display: none; }
	.c_right_rb_block		{ display: none; }
	.c_right_rb_block		{ display: none; }
}
</pre></body></html>