/****************************************
*
* 1. Elements
*
****************************************/

* { padding: 0; margin: 0; font-size: 100%; line-height: 1.2em; vertical-align: top; }

BODY
{ background-color: #FFFFFF; color: #333333; font-family: Arial, sans-serif; font-size: 86%; }

IMG
{ border: none; display: inline; }

HR
{ margin: 50px 0 20px 0; padding: 0; height: 1px; border: none; border-top: 1px solid #CDCDCD; }

H1, H2, H3, H4, H5, H6
{ margin: 0em 0 1em 0; }

H1
{ font-family: Arial, sans-serif; font-size: 200%; font-weight: normal; color: #000000; }
H2
{ font-size: 140%; font-weight: normal; color: #000000; margin: 1.5em 0 0.5em 0;}
H3
{ font-size: 140%; font-weight: normal; color: #000000; margin: 1.5em 0 0.5em 0; }
H4
{ font-size: 120%; font-weight: bold; color: #666666; margin: 1.5em 0 0.5em 0; }
H5
{ font-size: 120%; font-weight: normal; color: #000000; margin: 1.5em 0 0.5em 0;}
H6
{}

TABLE, P, UL, OL, DL
{ padding: 0; margin: 0; }

UL, OL, DL
{ padding-left: 0; }

TABLE, TD, TH
{ border-collapse: collapse; border-spacing: 0; border: none; }

A
{ color: #C94469; }
A:visited
{ color: #C94469; }


P
{ margin-bottom: 1.2em; }

/****************************************
*
* 2. Standart Classes
*
*****************************************/
A.Anchor 		/* якорь на странице без ссылки (<a name="...">). */
{ color: #000000; }

.Discover, .Discover A 		/* ссылка, ведущая на более подробные сведения */
{ color: #EF635D !important; font-style: italic; }
.Discover
{ margin: 2em 0; }

.DiscoverLink
{ font-style: italic; color: #EF635D; }
.DiscoverLink A
{ color: #EF635D; }

.PseudoLink
{ color: #3375B0; white-space: nowrap; cursor: pointer;}
.PseudoLink SPAN
{ border-bottom: 1px dashed #3375B0; }

UL.WithDash		/* список с оформлением с длинным тире */
{ display: block; margin-bottom: 1.5em; list-style-type: none; padding-left: 0 !important;}
UL.WithDash LI
{ display: block; padding-left: 1.3em; text-indent: -1.3em; margin-bottom: 0.5em;}

UL.WithBullet		/* список с оформлением буллетами */
{ margin-bottom: 1.5em; list-style-type: none; padding-left: 0 !important; }
UL.WithBullet LI
{ list-style-type: none; margin-bottom: 0.5em; padding-left: 1.2em; background: url('/i/SquareBullet.gif') no-repeat left 0.45em;}

IMG.Icon		/* Иконка файлов для скачивания */
{ width: 16px; height: 16px; margin-right: 5px;}

.Nowrap			{ white-space: nowrap; }

.Clear			{ clear: both; }
BR.Clear		{ clear: both; font-size: 0; line-height: 0;}

/* IE 5.x hack */
i{content:"\"/*"}
A.NewWindow
{ 	background-image: url('/i/NewWindow.gif'); background-repeat: no-repeat;
	padding-left: 25px; line-height: 1.2em; padding-bottom: 1px;
}

