/******  1. BASIC ELEMENTS
******************************/

*					{ padding: 0; margin: 0; line-height: 1.2em; }
BODY				{ padding: 0; background-color: #FFFFFF; color: #000000; font-size: 0.75em; font-family: Sans-serif, Arial; }
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: #971B18; }
A:hover				{ color: #6C0000; }
DL.Blog A:visited	{ color: #6C0000; }

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

H1, H2, H3, H4, H5, H6
{ margin: 1em 0 0.5em 0; }
H1	{ font-size: 180%; font-weight: normal; margin: 0.2em 0 0.5em 10px; }
H2	{ font-size: 130%; font-weight: normal; }
H3	{ font-size: 100%; font-weight: normal; color: #971B18; }
H4	{  }
H5	{  }

TABLE, TD, TH
{ border-collapse: collapse; border-spacing: 0; border: none; vertical-align: top; text-align: left; font-weight: normal; }


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

.Nowrap			{ white-space: nowrap; }
UL.WithDash LI	{ list-style-type: none; margin: 0 0 0.6em 0; padding: 0 0 0 1.5em; text-indent: -1.3em; }
.Nowrap			{ white-space: nowrap; }
.Clear			{ clear: both; }
BR.Clear		{ clear: both; font-size: 0; line-height: 0;}
A.Local			{ text-decoration: none; border-bottom: 1px dashed #043999; }
A.Local:hover	{ text-decoration: none; border-bottom: 1px dashed #d30000; }
