/*BODY {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.2em;
	background-color: #fff;
	margin: 0;
	padding: 0;
}*/

A {
	color: #0086CF;
	text-decoration: underline;
}

H1 {
/* Заголовок 1 */
	color: #000;
	font-size: 210%;
	font-weight: normal;
	margin-bottom: 0.4em;
	margin-top: 0.1em;
	line-height: 0.9em;
}

H2 {
/* Заголовок 2 */
	color: #000;
	font-size: 160%;
	font-weight: normal;
	margin-bottom: 0.6em;
	margin-top: 0.15em;
	line-height: 1em;
}

h3 {
/* Заголовок 3 */
	color: #000;
	font-size: 120%;
	margin-bottom: 0.8em;
	margin-top: 0.2em;
	line-height: 1em;
}

H1 A, H2 A, H3 A {
	color: #000;
	text-decoration: none;
}

P.Clear {
/* не обтекать картинки */
	clear: both;
}

P.incut {
/* врезка */
	color: #669900;
	font-size: 120%;
}

P.incutClear {
/* врезка без обтекания картинок*/
	color: #669900;
	font-size: 120%;
}

P.descr { 
/* Примечание */
	font-size: 80%;
}

P.centre { 
/* Центрировать */
	text-align: center;
}

ul, ol {
	padding: 0 0 1em 3em;
}

UL {
	list-style-type: disc;
	margin-top: 0px;
}

OL {
	list-style-type: decimal;
	margin-top: 0px;
}

UL.ulist1 {
/* Список 1 */
	font-size: 13px;
}

UL.ulist2 {
/* Список 2 */
	list-style-type: square;
}

LI {
	margin-bottom: 7px;
}

IMG {
	float: none;
}

IMG.aLeft {
/* Обтекать справа */
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

IMG.aRight {
/* Обтекать слева */
	float: right;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

table.imgEnlrgLeft {
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/*
.imgEnlrg {
	margin-bottom: 15px;
	background-color: #D0CCAD;
}*/

.imgEnlrgLeft .pDescr {
	font-size: 10px;
}

.imgEnlrg .pDescr {
	font-size: 10px;
	padding: 4px;
	color: Black;
}

.imgEnlrg .pDescr a {
	text-decoration: none;
	color: Black;
}