body {
	background-image: url(./img/bg.gif);
	background-position: center;
	background-color: #919191;
	background-repeat: repeat-y;
	background-attachment: fixed;
	font-family: Arial;
}
p {
	/*text-indent: 20px; /* Отступ первой строки в пикселах*/
	line-height: 1.3;
}
.strong {
	color:blue;
	font-size:17pt;
	font-style:normal;
}
td {
	color: #333333;
	font-size: 9pt;
	text-align: justify;
	padding-right: 5px;
	background-color: #FFFFFF;
}
td.lang {
	background-color: transparent;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
}
td.header {
	color: #333333;
	font-size: 9pt;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	background-color: transparent;
}
td.header_r {
	color: #333333;
	font-size: 9pt;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: transparent;
}
td.ros {
	font-size: 10pt;
	color: #333333;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	text-align: justify;
}
td.ros_right {
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	color: #003366;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	width: 160px;
}
h1 {
	font-size: 12pt;
	font-style: italic;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 24pt;
	color: #003399;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.zag {
	font-size: 13pt;
	font-weight: bold;
	color: #003399;
	font-style: italic;
}
a {
	color: #003399;
	text-decoration: none;
	margin: 0px;
	/*width: 170px;*/
	padding-left: 0px; /*стояло 10*/
	border: 0px;
}
a:hover {
	color: #0099FF;
	/*background-color: #000000;*/
}
a:visited {
	/*color: #0066FF; /*<body vlink="#0066FF">*/
}
a.mail {
	font-weight: bold;
	color: #0066FF;
	font-size: 9pt;
	text-decoration: underline;
	padding-left: 20px;
	text-align: justify;
}
a img.lang {
	border: none;
}
a img {
	/*border: none;*/
}
h3 {
	font-size: 12pt;
	color: #6699CC;
	font-weight: bolder;
}
.tabl_zav {
	width: 650;
	text-align: center;
	border: 1px solid #000000;
	border-collapse: collapse;
	empty-cells: show;
}
td.gallery {
	margin-left: 10;
	margin-top: 20;
	margin-right: 30;
	width: 210;
	border: 1;
	text-align: left;
}