/****** 1. BASIC ELEMENTS
******************************/
* { padding: 0; margin: 0; line-height: 1.2em; font-size: 1em;}
html, body {height: 100%; }
HTML { font-size: 100.1%; }
BODY {background-color: #fff; color: #646464; font-size: 0.80em; font-family: Arial, Tahoma, Sans-Serif; position: relative; /* //overflow-x: hidden;*/}

input {vertical-align: middle}
IMG { border: none;}
a IMG { border: none;}
P { margin: 0 0 1.2em 0; }
A { color: #1c96d6;}
A:hover { color: #3399FF; text-decoration: underline;}
a:focus {outline: none;}

H1, H2, H3, H4, H5, H6 { margin: 0 0 0.5em 0; }
H1 { color: #525e66; font-size: 2.1em; font-weight: normal; }
H2 { color: #959fa6; font-size: 2.4em; font-weight: normal; font-family:  Arial Narrow, Arial, Geneva CY, Sans-Serif; text-transform: uppercase;}
H3 { font-size: 1.5em; color: #959fa6; font-weight: normal; font-family:  Arial Narrow, Arial, Geneva CY, Sans-Serif; text-transform: uppercase;}
H4 { font-size: 1.3em; color: #141414; font-weight: normal; }
H5 { font-size: 1em; color: #141414; font-weight: normal; }
H6 { font-size: 0.9em; color: #141414; font-weight: normal; text-transform: uppercase; }

ul li ul li{
 padding: 2px 0 3px 0;
}

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; }
.Clear		{ clear: both; font-size: 0; line-height: 0;}
.Small		{ font-size: 0.9em; }
.Local		{ color: #4aa9cb; border-bottom: 1px dashed #4aa9cb; cursor: pointer; }
/* .Blue								{ color: #4aa9cb; } */
.Red        { color: #ae3200; }
.Grey		{ color: #c0cfd7; }
.Green		{ color: #6ba436; }
.๑enter     {text-align: center;}


DIV.spacer {
  font-size: 0px;
  line-height: 0px;
  margin: 0px;
  padding: 0px;
  background: transparent;
  border: none;
  display: block;
  visibility: hidden;
}