/*body {
	position: relative;
	font-size: 82%;
	font-family: Arial, Helvetica, sans-serif;
	width: expression((document.getElementsByTagName('html') && document.getElementsByTagName('html')[0].clientWidth <= 780) ? '780px' : '100%');
	min-width: 780px;
	background: #fff url(images/bg1.jpg) no-repeat;
	color: #302E31;
}*/

H1, H2, H3 {
	line-height: 1.2em;
	color: #000000;
}

H1 {
/* Заголовок 1 */
	font-family: "Times New Roman", Times, serif;
	font-size: 210%;
	font-weight: normal;
	margin-bottom: 30px;
}

H2 {
/* Заголовок 2 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	margin-top: 1.2em;
	margin-bottom: 0.6em;
}

h3 {
/* Заголовок 3 */
	font-size: 110%;
	margin-top: 1.2em;
	margin-bottom: 0.9em;
}

/*H1 A, H2 A, H3 A {
	color: #59bd00;
	text-decoration: none;
}*/

p {
	margin-top: 0;
	margin-bottom: 1em;
}

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

P.incut, P.incutClear {
/* врезка */
	font-size: 110%;
	color: #77767b;
	margin-left: -20px;
	padding-left: 20px;
	background-image: url(images/bg4.gif);
	background-repeat: repeat-y;
	line-height: 16px;
}

P.incutClear {
/* врезка без обтекания картинок*/
	clear: both;
}

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

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

ul, ol {
	padding-top: 0;
	margin-top: 0;
}

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