body {
	background-color: #ffffff;
	color: black;
	font-family: Tahoma,Verdana,Arial;
	font-size: 11px;
}
p, td {
	font-family: Tahoma,Verdana,Arial;
	font-size: 11px;
}
input {
	font-family: Tahoma,Verdana,Arial;
	font-size: 11px;
	margin : 0 0 0 0;
}
sub {
	font-size: 85%;
}


a			{color: black;}
a:link 		{text-decoration: none;} /* ? */
a:visited 	{text-decoration: none;} /* посещенные */
a:hover 	{text-decoration: underline;} /* при наведении курсора */
a:active	{text-decoration: underline;
	color: #ffc456;
} /* при клике */


.n			{font-weight: normal;}
.b			{font-weight: bold;}
.n10		{font-size: 10px;}
.n11		{font-size: 11px;}
.n12		{font-size: 12px;}
.bl			{color : black;}
.w			{color : white;}
.v			{font-family: Verdana,Tahoma,Arial;}



.menu_main {
	font-family: Tahoma,Verdana,Arial;
	font-size: 12px;
	font-weight: bold;
	color: #fbfbfb;
	width : 236;
	height : 26;
	background-image : url(/img/menu_main_bg.jpg);
	background-repeat: no-repeat;
	background-color : #a30a17;
	margin : 12 auto auto 9;
	padding : 7 auto auto auto;
	clear : both;
 	cursor: hand;
 }
.menu_main_l2 {
	font-family: Tahoma,Verdana,Arial;
	font-size: 11px;
	color: #050504;
	/*font-weight: bold;*/
	/*white-space : nowrap;*/
	width : 236;
	height : 18;
	margin : 1 auto auto auto;
	padding : auto auto auto auto;
	clear : both;
	background-image : url(/img/bullet_01.gif);
	background-repeat: no-repeat;
	background-position: 3 2;
}
a.menu_main_l2:hover 	{
	color: #8f0b17;
	background-image : url(/img/bullet_01_a.gif);
	background-repeat: no-repeat;
	background-position: 3 2;
}

.menu_main_l2_div {
	//background-image : url(/img/menu_main_l2_bg.gif);
	background-repeat: repeat-y;
	background-color : #ffffff;
	width : 236;
	display : none;
	margin : 5 auto 6 9;
	padding : auto auto auto auto;
	clear : both;
}


.menu_main_inn {
	font-family: Tahoma,Verdana,Arial;
	font-size: 12px;
	font-weight: bold;
	color: #2e2c2d;
	width : 236;
	height : 26;
	background-image : url(/img/menu_main_bg_inn.jpg);
	background-repeat: no-repeat;
	background-color : #eaebed;
	margin : 12 auto auto 74;
	padding : 7 auto auto auto;
	clear : both;
 	cursor: hand;
 }
.menu_main_inn_l2 {
	font-family: Tahoma,Verdana,Arial;
	font-size: 11px;
	color: #050504;
	/*font-weight: bold;*/
	/*white-space : nowrap;*/
	width : 236;
	height : 18;
	margin : 1 auto auto 0;
	padding : auto auto auto auto;
	clear : both;
	/*background-image : url(/img/bullet_01.gif);*/
	background-repeat: no-repeat;
	background-position: 3 2;
}
a.menu_main_inn_l2:hover {
	color: #8f0b17;
	background-image : url(/img/bullet_01_a.gif);
	background-repeat: no-repeat;
	background-position: 3 1;
}

.menu_main_inn_l2_div {
	//background-image : url(/img/menu_main_inn_l2_bg.gif);
	background-repeat: repeat-y;
	background-position: 0 -1;
	background-color : #ffffff;
	width : 236;
	display : none;
	margin : 5 auto 6 74;
	/*padding : auto auto auto auto;*/
	clear : both;
}
.menu_main_inn_l2_cur, .menu_main_inn_l2_cur:link, .menu_main_inn_l2_cur:visited, .menu_main_inn_l2_cur:active, .menu_main_inn_l2_cur:hover  {
	font-family: Tahoma,Verdana,Arial;
	font-size: 11px;
	color: #8f0b17;
	/*font-weight: bold;*/
	width : 236;
	height : 18;
	margin : 1 auto auto 0;
	padding : auto auto auto auto;
	clear : both;
	//background-image : url(/img/menu_main_inn_l2_cur_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 -2;
}


.inn_left_img {
	font-size: 0px;
	width : 230;
	margin : 100 auto auto 74;
	padding : 7 auto auto auto;
	clear : both;
 	cursor: hand;
	overflow:hidden;
}


a.more {
	font-weight: bold;
	color : #b56e79;
	font-size: 10px;
	white-space : nowrap;
}



#content {
	padding : 22 3 0 3;
}
#content, #content p, #content li, #content td  {
	font-family: Tahoma,Verdana,Arial;
	font-size: 11px;
}
#content p {
	/*text-align: justify;*/
	margin : 0 0 7 0;
}
#content li, #content ul {
	/*text-align: justify;*/
	margin : auto auto 7 auto;
}
#content h1 {
	font-size: 22px;
	font-family: Arial;
	margin : 0 0 16 0;
}
#content h2 {
	font-size: 10px;
	font-family: Arial;
	margin : 0 0 10 0;
}
#content h3 {
	font-size: 16px;
	font-family: Arial;
	margin : 0 0 10 0;
	font-weight: normal;
}
H2.#content_header {
	font-size: 12px;
	font-weight: bold;
	color : #24242c;
	background-color: #b3c3da;
	text-transform : uppercase;
	margin : 0 0 0 0;
	padding : 5 29 5 27 ;
}
#content a			{color: #476692; /*font-weight: bold;*/}
/*#content a:link 	{text-decoration: none; color: #007117;}
#content a:visited 	{text-decoration: none; color: #007117;}
#content a:active	{text-decoration: underline; color: #e96424;}
#content a:hover 	{text-decoration: underline; color: #e96424;}*/
#content table.noborder td {
	border : 0px;
}
#content table.editor, #content table,  {
	margin : 0 20 0 20;
}
#content table.editor td, #content table td {
	padding : 2 10 2 5;
	border-bottom : 1px solid;
}
#content img {
	margin : auto auto auto 20;
	border: 1px solid #DFDDD6;
}
#content hr {
	width : 100%;
	height : 1px;
	color : gray;
	margin : auto auto auto auto;
	border-bottom: 1px dashed gray;
}



/*
#btn_print {
	position: absolute;
	top: 280px;		left: 700px;
	font-size:10px;
	font-family: Tahoma,Verdana,Arial;
	font-weight: normal;
	color : #89ca57;
	width : 40;
}
*/

