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

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

BODY
{ padding: 0; margin: 0 !important; background-color: #ffffff; color: #000000; font-family: Tahoma; font-size: 11px; }

IMG
{ border: none; display: inline; }

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

H1
{ font-size: 100%; font-weight: bold; color: #000000;}
H2
{ font-size: 100%; font-weight: bold; color: #000000; }
H3
{ font-size: 140%; font-weight: normal; color: #000000; }
H4
{ font-size: 120%; font-weight: bold; color: #000000; }
H5
{ font-size: 100%; font-weight: bold; color: #666666; }
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: #361a71;
  text-decoration: underline; 
  }

A:visited
{ color: #361a71;
  text-decoration: underline; }

A:hover
{ text-decoration: underline;
  color: #361a71; }

/****************************************
*
* 2. Standart Classes
*
*****************************************/

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

A.Discover		/* ссылка, ведущая на более подробные сведения */
{ color: #00529C; }

UL.WithDash		/* список с оформлением с длинным тире */
{ display: block;}
UL.WithDash LI
{ display: block; padding-left: 2em; text-indent: -1.3em;}

.Nowrap			{ white-space: nowrap; }

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

UL				{ list-style-type: none; }

/* IE 5.x hack */
i{content:"\"/*"}
A.NewWindow
{ 	background-image: url('/i/NewWindow.gif'); background-repeat: no-repeat;
	padding-left: 20px;
}

