body{
	background-color: #FFF;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 140%;
	margin: 0;
	padding: 0;
	/* required for Opera to have 0 margin */
} /* фоновый рисунок и цвет */
a:link{color:0000ff} /* окраска ссылок */
a:visited{color:660099} /* окраска ссылок */
a:active{color:ff9000} /* окраска ссылок */
a:link,
a:visited,
a:active{
	background: transparent;
	color: #0000ff;
	text-decoration:none;
}

a:visited{
	color: #660099;
}

a:hover{
	background: transparent;
	color: #ff9000;
}

a:link.descr{
	color: #505050;
}

a:visited.descr{
	color: #505050;
}

a:hover.descr{
	background: transparent;
	color: #ff9000;
}
p{margin:0.1pt} /* убрал снос параграфа, 0.1 для NN, он 0 не воспринимает */
li{margin-top:0.1pt; margin-bottom:2pt} /* изменил снос пункта списка, 0.1 для NN, он 0 не воспринимает */

.title{ /* формат заголовка */
	font-size: 13pt;
	font-weight:bold;
	text-align:center;
	padding-bottom: 5px;
	line-height: 140%;
}

.subtitle{ /* формат подзаголовка */
	color: #505050;
	text-align: center;
	padding-bottom: 5px;
}

.author{ /* формат больших списка авторов */
	text-align: center;
	font-weight:bold;
	padding-bottom: 15px;
}

.abstr{
	/* формат абстракта */
	text-align: justify;
	padding-bottom: 40px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

.udk{ /* формат УДК */
	font-size: 8pt;
	padding-bottom: 25px;
	line-height: 140%;
}

.coord{ /* формат контактных данных */
	font-size: 8pt;
	margin-left : 10px;
	text-indent : -10px;
	line-height: 140%;
}

.sign{ /* формат подписи */
	font-size: 7pt;
	text-align: right;
	line-height: 130%;
	padding-bottom: 15px;
}

.border{ /* формат заголовка второго уровня */
	font-weight:bold;
	text-align: center;
	border : 1px solid #303030;
	color: #303030;
	padding: 2px;
}

.comment{ /* формат заголовка второго уровня */
	font-size: 11pt;
	font-weight:bold;
	text-align: center;
}

.inav /* формат внутренней навигации */
{
	font-size: 7pt;
	padding: 3px;
	background: #d4d4d4;
	color: #ffffff;
	font-weight: bold;
}

.cnav /* формат внутренней навигации */
{
	font-size: 7pt;
	padding: 3px;
	background: #eeeeee;
	color: #606060;
}

a:link.inav{ color: #ffffff; }
a:visited.inav{ color: #ffffff; }
a:hover.inav{
	background: transparent;
	color: #ff9000;
}

a:link.cnav{ color: #606060; }
a:visited.cnav{ color: #606060; }
a:hover.cnav{
	background: transparent;
	color: #ff9000;
}

.h2{ /* формат заголовка второго уровня */
	padding-top: 35px;
	padding-bottom: 10px;
	font-size: 11pt;
	font-weight:bold;
	text-align: center;
}

.h3{ /* формат заголовка третьего уровня */
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 10pt;
	font-weight:bold;
	font-style:italic
}

.h4{padding:10pt; font-style:italic; text-decoration: underline} /* формат заголовка четвёртого уровня */
.ls{margin-left:20pt} /* стандартный отступ списка */
.ls2{margin-left:40pt} /* стандартный отступ списка */
.tx /* формат больших кусков текста */
{
	text-indent: 20pt;
	text-align: justify;
	padding-top: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
.descr{ font-size: 8pt; color: #303030; line-height: 140%; }
.small{ font-size: 7pt; color: #303030; line-height: 140%; }
.p_date{ font-size: 7pt; text-align: center;} /* формат даты подачи */

.js .hidden { Display:none; }
img.handler {
	cursor:pointer;
	cursor:hand;
	float: left;
	margin-top: 3pt;
	margin-left: -15px;
	display:none;
}
.js .handler { display:inline; }
div.toc_1 {
	font-size: 12pt;
	margin:3pt 0 0 -12pt;
	font-weight : bold;
}
div.toc_2 {
	line-height : 16pt;
	margin-top:10pt;
	font-weight : bold;
}
div.toc_3 {
	line-height : 12pt;
	margin:0 0 5pt 15pt;
	font-weight : normal;
}
div.toc_4 {
		margin:0 0 5pt 15pt;
		font-weight : normal;
	}
div.toc_5 {
	margin:0 0 5pt 15pt;
	font-weight : normal;
	font-size: 8pt;
}
strong.toc { line-height : 25pt; }
strong.toc_m {
	line-height : 25pt;
	font-size : 120%;
	margin-left: -5px;
}

sup
{
	font-size : 75%;
}

sub
{
	font-size : 75%;
}

