BODY {
	color: #555;
	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: 36px;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 0.4em;
	margin-top: 0.1em;
	line-height: 0.9em;
}

H2 {
/* Заголовок 2 */
	color: #000;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 0.6em;
	margin-top: 0.15em;
	line-height: 1em;
}

h3 {
/* Заголовок 3 */
	color: #000;
	margin-bottom: 0.8em;
	margin-top: 0.2em;
	line-height: 1em;
}

H1 A, H2 A, H3 A {
	color: #000;
	text-decoration: none;
}

p {
	margin-bottom: 1em;
}

P.Clear {
/* не обтікати малюнки */
	clear: both;
}

P.incut {
/* урізка */
	clear: both;
}

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 {
	line-height: 14px;
	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;
}
