/***************************************
*
* 1. Elements
*
****************************************/

* { padding: 0; margin: 0; font-size: 100%; line-height: 1.3em; }

BODY
{ padding: 0px 0 30px 0; color: #000; font-family:Tahoma, Arial, Helvetica, sans-serif; font-size: 75%; }

IMG
{ border: none; margin: 0; display: inline; }


H1, H2, H3, H4, H5, H6
{ margin: 0em 0 0.5em 0; }

H1
{ font-size: 320%; font-weight: normal; color: #000; margin: 50px 20px 10px 40px; line-height: 1.1em; }
H2
{ font-size: 170%; font-weight: normal; color: #000; margin-top: 0px; margin-bottom: 0px; line-height: 1.1em; }
H3
{ font-size: 125%; font-weight: bold;  color: #000; margin-top: 0px; }
H4
{  }
H5
{  }
H6
{}

input, textarea, select {
	font-size: 100%;
	font-family: Arial, sans-serif;		
}

TABLE
{ //border-collapse: collapse; }

TABLE, P, UL, OL, DL
{ padding: 0; margin: 0; }

UL, OL, DL
{ padding-left: 0; }

TABLE, TD, TH
{  border-spacing: 0; vertical-align: top; text-align: left; font-weight: normal; }


A
{ color: #d70101; text-decoration: none;  }

A:visited
{ /*color: #800080; */}

A:hover
{ }

P
{ margin: 1.2em 0 1.2em 0; }


/****************************************
*
* 2. Standart Classes
*
*****************************************/

.t_100
{ width: 100%; }
.t_50
{ width: 50%; }
.t_25
{ width: 25%; }



.white
{ color: #fff; }
.black
{ color: #000; }
.red
{ color: #d70101;  }



A.Anchor 		/* якорь на странице без ссылки (<a name="...">). */
{ color: #000000; }

A.Discover		/* ссылка, ведущая на более подробные сведения */
{ color: #00529C; }



UL.WithDash		/* список с оформлением с длинным тире */
{ display: block; margin-top: -0.6em;}
UL.WithDash LI
{ display: block; padding-left: 1.4em; padding-bottom: 0.6em; text-indent: -1.3em; list-style: none;}

UL.WithImg		/* список с оформлением с картинкой */
{ margin-top: 5px; margin-left: 13px; }
* HTML UL.WithImg		
{ margin-top: 5px; margin-left: 17px; }
UL.WithImg LI
{ padding-bottom: 10px; padding-left: 4px;  }


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;}

