@charset "windows-1251";
#Header {
	width: 80%;
	left: 10%;
	padding-bottom: 2px;
	background-color: #ABEC95;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
}
#Navigator {
	width: 80%;
	left: 10%;
	background-image: url(1224.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
h3 {
	font-family: Tahoma;
	text-align: center;
}

#Page {
	width: 80%;
	left: 10%;
	height: auto;
	background-image: url(1224.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
#Page img {

}
body center img {

}

#Page #RightColumn a img {
	text-decoration: none;
	border: 1px solid #000;
}

#LeftColumn {
	float: left;
	width: 69%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	text-align: left;
	background-color: #FBFDEA;
	font-family: Tahoma, "Lucida Console", Arial;
	font-size: 14px;
}
#RightColumn {
	float: right;
	width: 29%;
	padding: 3px;
	text-align: center;
	font-family: Tahoma, "Lucida Console", Arial;
	font-size: 14px;
}
body {
	text-align: center;
	padding-top: 2%;
	padding-bottom: 2%;
	background-color: #FBFDEA;
	background-image: url(k41.jpg);
}
#Page #RightColumn ul {
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	width: 85%;
	left: -2em;
	top: 3%;
	font-family: Tahoma;
	padding-right: 3px;
}
#Page #RightColumn ul li {
	width: 85%;
	left: -2em;
	top: 3%;
	text-align: left;
	list-style-position: outside;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#Page #RightColumn ul li a {
	text-decoration: none;
	text-align: left;
	width: 85%;
	color: #000;

	left: -2em;
	list-style-position: outside;
	padding: 2px;
}


/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: 96%;
	text-align: center;
	left: 2%;
	font-size: 90%;
	font-weight: bold;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 16%;
	float: left;
	font-family: Tahoma, "Lucida Console", Arial;
	border: 1px solid #FFF;
	left: 2%;
	background-color: #065B37;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 19%;
	position: absolute;
	left: -1000em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 19%;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #065B37;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #8CFFC6;
	color: #010;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #8CFFC6;
	color: #000;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryAssets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
h2 {
	text-align: center;
	font-family: Tahoma, "Lucida Console", Arial;
}
h4 {
	text-align: center;
	font-size: large;
}
#Vrezka {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	width: 90%;
	text-align: justify;
	font-size: 12px;
	border: 3px ridge #004221;
	left: 0%;
	padding-right: 8px;
	padding-left: 8px;
	background-image: url(dgbg07.jpg);
}
#Page #RightColumn h3 a {
	color: #000;
	text-decoration: none;
}
#Page #LeftColumn blockquote p strong a {
	color: #000;
}
#Page #RightColumn h4 a {
	font-size: medium;
	color: #000080;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #000080;
}
#Header a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Page #LeftColumn blockquote p a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Page #LeftColumn blockquote p a {
	color: #000;
	text-decoration: none;
}
#Signature {
	width: 80%;
height: 61px;
	left: 10%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-image: url(/signature2m.jpg);
	
}

div.changeheader {padding:0px; margin:0px; border:0px;}
div.changeheader h6{font-family: Tahoma; text-align: center; font-size:16px; padding-top:10px;}



#Page #LeftColumn blockquote div.msf_txt p{text-align:justify; font-family: Tahoma, Arial; font-size:14px;}

#Page #LeftColumn blockquote div.msf_txt h1{font-size:20px; font-weight:normal;}
#Page #LeftColumn blockquote div.msf_txt h2{font-size:18px; font-weight:normal;}
#Page #LeftColumn blockquote div.msf_txt h3{font-size:17px; font-weight:normal;}

#Page #LeftColumn blockquote div.msf_txt a,
#Page #LeftColumn blockquote div.msf_txt a:link,
#Page #LeftColumn blockquote div.msf_txt a:visited,
#Page #LeftColumn blockquote div.msf_txt a:active{text-decoration:none; font-family: Tahoma, Arial; font-size: 14px;}
#Page #LeftColumn blockquote div.msf_txt a:hover{text-decoration:underline;}

#Page #LeftColumn blockquote div.msf_txt ul{text-align:justify; font-family: Tahoma, Arial; font-size:14px;}
#Page #LeftColumn blockquote div.msf_txt ul li{text-align:justify; font-family: Tahoma, Arial; font-size:14px;}
#Page #LeftColumn blockquote div.msf_txt ul li a,
#Page #LeftColumn blockquote div.msf_txt ul li a:link,
#Page #LeftColumn blockquote div.msf_txt ul li a:visited,
#Page #LeftColumn blockquote div.msf_txt ul li a:active{text-decoration:none; font-family: Tahoma, Arial; font-size: 14px; color:#000000;}
#Page #LeftColumn blockquote div.msf_txt ul li a:hover{text-decoration:underline;}

div.schet{padding:0px; margin:0px; margin-top:2px; border:0px; text-align:center;}

#Signature div.msf_foo{padding:0px; margin:0px; border:0px;}
#Signature div.msf_foo p {text-align:center; font-family: Tahoma, Arial; font-size:14px; color:white; padding-top:20px; margin:0px;}
#Signature div.msf_foo a,
#Signature div.msf_foo a:link,
#Signature div.msf_foo a:visited,
#Signature div.msf_foo a:active{text-decoration:none; font-family: Tahoma, Arial; font-size: 14px; color:white;}
#Signature div.msf_foo a:hover{text-decoration:underline; color:white;}

div.h {padding:0px; margin:0px; border:0px;}
div.h h1 {font-family: Tahoma; text-align: center; font-size: 16px; font-weight: bold;}




#Page #LeftColumn blockquote ul li strong a {
	text-decoration: none;
	color: #000;
}
#Page #LeftColumn blockquote ul ul li a {
	text-decoration: none;
	color: #000;
}
#Page #LeftColumn blockquote ul ul a {
	text-decoration: none;
	color: #000;
}

/*--
#text1 {
}
.text1 {
}
#Page #LeftColumn blockquote center img {
	border: 1px solid #000;
}
#Page #RightColumn p img {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

h2 {
	text-align: center;
}
h4 {
	text-align: center;
	font-size: large;
}
#Vrezka {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	width: 90%;
	text-align: justify;
	font-size: small;
	border: 3px ridge #004221;
	left: 0%;
	padding-right: 8px;
	padding-left: 8px;
	background-image: url(dgbg07.jpg);
}
#Page #LeftColumn blockquote p img {
	border: 1px solid #000;
}

--*/

.img_right     { margin: 0px; padding:  0px; margin-top: 4px; margin-bottom: 10px; margin-left: 20px; margin-right: 0px; padding-right:0px; float: right; }
.img_left     { margin: 0px; padding:  0px; margin-top: 4px; margin-bottom: 10px; margin-right: 20px; margin-left: 0px;float: left; } 