/* Заголовки */
H1, H2, H3, H4 {
	color: #003535;
	font-family : Arial, Arial Cyr, sans-serif;
	}
H1.Center {
	text-align: center;
}
H2.Center {
	text-align: center;
}
H3.Center {
	text-align: center;
}
H4.Center {
	text-align: center;
}

/* Линия */
HR {
	color: #003535;
	}

/* Ссылки */
A {
	text-decoration: none;
}

/* Эпиграф */
Div.Epigraph {
    margin-left: 20ex;
}

/* Основной текст */
Div.Body {

	width: 65ex;
	margin-left: 2ex;
	margin-right: 2ex;
	text-align: justify;
	font-family : Times New Roman, Times New Roman Cyr, serif;
}
Div.Right {
	text-align: right;
}
Div.Left {
	text-align: left;
}
Div.Center {
	text-align: center;
}
Div.Italic {
	font-style: italic;
}

/* Содержание */
Div.TOC {
	line-height: 100%;
	text-align: left;
}
Div.TOC2 {
	line-height: 100%;
	margin-left: 10ex;
}

/* Копирайт */
Div.Copyright {
	color: #003535;
	background-color: #BBCCDD;
	border: thin solid #008080;
	padding: 4pt;
	text-align: center;
	width: 62ex;
}
Div.CopyrightNote {
	color: #003535;
	background-color: #BBCCDD;
	border: thin solid #008080;
	padding: 4pt;
	text-align: center;
	width: 62ex;
}
Div.CopyrightBook{
	color: #003535;
	background-color: #B5CED4;
	border: thin solid #008080;
	padding: 4pt;
	text-align: center;
	width: 62ex;
}
Div.CNBook
{
	width: 55ex;
	margin-left: 7ex;
	margin-right: 7ex;
	color: #822222;
	background-color: #FFF0F0;
	border: medium solid #B66666;
	padding: 2ex;
	text-align: justify;
	font-family : Times New Roman, Times New Roman Cyr, serif;	
}


/* Книжная полка-элементы оформления */
Div.BCnt
{
	width: 69ex;
	height: auto;
	align: left;
	position: relative;
	display: inline;
	font-family : Times New Roman, Times New Roman Cyr, serif;	
}
Div.BBar
{
	width: 69ex;
	background-color: #B5CED4;
	background-image: url(../../images/bg_vpk.gif);
	font-family : Arial, Arial Cyr, sans-serif;
	margin: none;
	padding: none;

}
Div.BBarL
{
	float: left;
	text-align: left;
	font-family : Arial, Arial Cyr, sans-serif;
}
Div.BBarR
{
	float: right;
	text-align: right;
	font-family : Arial, Arial Cyr, sans-serif;
}
Div.BAo
{
	width: 22ex;
	height: auto;
	top: 0em;
	left: 0ex;
	position: static;
	display: inline;
	float: right;
	margin: none;
	padding: none;
	border-top: none;
	border-right: none;
	border-bottom: none;	
	border-left: solid medium #B5CED4;
	font-family : Times New Roman, Times New Roman Cyr, serif;	
}
