h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd {
	margin: 0;
	padding: 0;
}

ul, ol, li, dd { margin-left: 1em; }

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

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

h3 {
/* Заголовок 3 */
	font-size: 130%;
	margin-bottom: 0.8em;
	margin-top: 1em;
	line-height: 1.2em;
	font-weight: normal;
}

p, li {
	line-height: 1.4em;
	margin-bottom: .7em;
}

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

.incut {
/* врезка */
	font-size: 120% !important;
}

.incut .accent, .incutClear .accent {
	color: #000000;
}

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

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

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

UL {
	list-style-type: disc;
}

OL {
	list-style-type: decimal;
}

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

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

LI {
	margin-bottom: .3em;
}

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;
}