/*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 {
/* Заголовок 1 */
	/*color: #a90031;*/
	font-size: 250%;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 30px;
}

H2 {
/* Заголовок 2 */
	/*color: #505053;*/
	font-size: 190%;
	line-height: 1.1em;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 12px;
}

h3 {
/* Заголовок 3 */
	font-size: 160%;
	/*color: #505053;*/
	font-weight: normal;
	/*margin-bottom: 0.8em;*/
	margin-bottom: 5px;
	line-height: 1.2em;
}

/*H1 A, H2 A, H3 A {
	color: #59bd00;
	text-decoration: none;
}*/

P.Clear {
/* не обтекать картинки */
	clear: both;
}

P.incut {
/* врезка */
	/*color:#77767B;*/
	font-size: 120%;
}

P.incutClear {
/* врезка без обтекания картинок*/
	/*color:#77767B;*/
	font-size: 120%;
}

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;
}