/******  1. BASIC ELEMENTS
******************************/
*					{ padding: 0; margin: 0; line-height: 1.4em; }
HTML				{ height: 100%; padding: 0; margin: 0; font-size: 100.01%}
BODY				{ height: 100%; padding: 0; background: #FFFFFF; color: #000000; font-family: Arial, Sans-Serif; font-size: 0.8em;}
IMG					{ border: none; display: inline; }
P					{ margin: 0 0 1em 0; }
UL, OL				{ margin: 0 0 1em 0; }
UL LI, OL LI		{ margin: 0 0 0 3em; }
A					{ color: #000000; }

OL LI				{ margin: 0 0 0.6em 2.5em; }

H1, H2, H3, H4, H5, H6
{ margin: 1em 0 0 0; font-weight: lighter; }
H1	{  }
H2	{ font-size: 2em; }
H3	{  }
H4	{  }
H5	{  }

TABLE, TD, TH		{ border-collapse: collapse; border-spacing: 0; border: none; vertical-align: top; text-align: left; font-weight: normal; }
HR					{ height: 1px; color: #FFFFFF; border: none; border-bottom: 1px solid #CCCCCC; margin-bottom: 15px; }
DFN					{ font-style: normal; }

/******  2. STANDART CLASSES
******************************/

A.Local			{ text-decoration: none; border-bottom: 1px dashed #043999; }
A.Local:hover	{ text-decoration: none; border-bottom: 1px dashed #d30000; }
.Nowrap			{ white-space: nowrap; }
UL.WithDash LI	{ list-style-type: none; margin: 0 0 0.3em 0; padding: 0 0 0 3em; text-indent: -1.3em; }
UL.WithNDash LI	{ list-style-type: none; margin: 0 0 0.3em 0; padding: 0 0 0 3em; text-indent: -0.9em; }
.Clear			{ clear: both; font-size: 1px; height: 1px; line-height: 1px; }
BR.Clear		{ clear: both; height:0px; font-size: 0px; line-height: 0px;}
.Numbers		{ text-align: right; }
.UpCase			{ text-transform: uppercase; }
.Grey			{ color: #888888; }

/* IE 5.x hack */
i{content:"\"/*"}
A.NewWindow
{ 	background: url('http://www.augustynski.net/images/NewWindow.gif') no-repeat 0% 60%;
	color: #0675ad !important;
	line-height: 1.4em;
	padding: 0.1em 0px 0.1em 16px;
} /* 17x14 */

.Pink			{ color: #d2106e; }

/******  3. Списки в текте
******************************/
.Content UL,
.Content OL		{ padding: 0; margin: 1em 0; }
.Content LI		{ margin: 0.5em 0 0.5em 1.3em; }

