* {
	font-family: Arial; 
}

body {
	background-color: #ffffff;
	background-image: url();
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 0;
	margin: 0;
	font-size: 10pt;
	line-height: 18px;
}

a:link {
    text-decoration: none;
	color: #323232;
}

a:visited {
	text-decoration: none;
	color: #323232;
}

a:hover {
	text-decoration: underline;
    color: #000000;
}

table.site_body {
	width: 1000px;
	/*background-image: url(i/fon_body.png);*/
	background-repeat: no-repeat;
	background-position: top center;
	border: 0px solid;
	border-color: #ffffff;
	padding: 0;
	margin: 0;
}

table.site_body td {
    vertical-align: top;
}

td.head{
	width: 1000px;
	/*height: 100px;*/
	vertical-align: middle;
	background-image: url(i/line.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	border: 0px solid;
	/*padding: 20px;*/
	padding: 40px 20px 40px 20px;
}

.head_logo {
	/*padding-left: 50px;
	margin: 0;*/
	width: 90px; /* 105px */
	height: 111px; /* 129px */
	text-align: center;
	vertical-align: middle;
	border: 0px solid;
}

.head_title {
	padding-left: 70px;
	/*margin: 0;*/
	text-align: center;
	vertical-align: middle;
	font-size: 42pt;
	font-style: italic;
	color: #003876;
}

td.menu {
	width: 250px;
	border: 0px solid;
	padding-top: 3px;
	padding-left: 40px;
	margin: 0;
}

div.menu_doc {
	width: 250px;
	background-image: url(i/line_menu.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
	font-size: 11pt;
	color: #000000;
	border-bottom: 0px solid #676767;
	padding-top: 17px;
	padding-bottom: 10px;
}

ul.menu_point_one {
	text-align: left;
	font-size: 10pt;
	margin-top: 25px;
}

li.menu_point_one {
	text-align: left;
	font-size: 10pt;
	margin-top: 13px;
}

li.menu_point_two {
	text-align: left;
	font-size: 10pt;
	margin-left: 15px;
	margin-top: 10px;
}

a.active_link {
	text-align: left;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}

td.info {
	width: 750px;
    height: 1000px;
	text-align: left;
	border: 0px solid;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 50px;
	margin: 0;
}

td.info div.no_info {
	text-align: left;
	font-size: 8pt;
	color: #ff0000;
}

td.info table.info_card {
	border-collapse: collapse;
    border: 0px solid;
	vertical-align: top;
}

td.info table.info_card td.name_table {
	text-align: center;
	font-size: 11pt;
	color: #000000;
	background-image: url(i/line_name_table.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	border-bottom: 0px solid #b7b7b7;
	padding-top:10px;
	padding-bottom:10px;
}


td.info table.info_card td.name_left {
	text-align: left;
	width: 300px;
	font-size: 11pt;	
	color: #000000;
    border-bottom: 0px solid #b7b7b7;
}

td.info table.info_card td.info_right {
	text-align: left;
	width: 450px;
	font-size: 10pt;
	color: #000000;
    border-bottom: 0px solid #b7b7b7;
}

td.info td.name_one_center {
	width: 750px;
	text-align: center;
	font-size: 11pt;
	color: #000000;
	background-image: url(i/line_name_table.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	border-bottom: 0px solid #b7b7b7;
	padding-top: 10px;
	padding-bottom: 8px;
}

td.info td.one_name_left {
	width: 750px;
	text-align: left;
	font-size: 10pt;
	color: #373737;
	border: 0px solid;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 10px;
}