html, body, div, span,
p, blockquote, pre, code,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, legend, label, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

/**************/
/* TYPOGRAPHY */
/**************/

body {
color:#fff;
font-family:Tahoma,Arial,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
background: #000;    /* LTR */
}

h1, h2, h3 {
font-family:Arial,sans-serif;
}

h1 {
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 15px;
}

h2 {
  font-size: 1.35em;
  font-weight: bold;
}

h3 {
  font-weight: bold;
  font-size: 14px;
  padding-bottom:10px;
}

h4 {
  font-size: 1.1em;
  font-weight: bold;
}

h5 {
  font-size: 1em;
  font-weight: bold;
}

h6 {
  font-size: 0.8em;
  font-weight: bold;
}

td {
vertical-align: top;
padding:10px;
}

.images img {
padding: 10px 30px;
}

table.main td{
padding: 10px;
}

td.razdel_left {
border-right: 1px solid #fff;
}

/*****************/
/* DEFAULT LINKS */
/*****************/

a {
  color: #27638C;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

a:link,
a:visited {
  color: #27638C;
}  

a:hover,
a:active {
  text-decoration: underline;
}

/**********/
/* LAYOUT */
/**********/

html {
  background: #F4F7E7;                               /* background & font color */
  color: #666;
}

#page {
width: 1000px;
margin: 0 auto;
background:black;
}

p {
line-height:16px;
padding-bottom:10px;
}

/*********/
/* LISTS */
/*********/

ol {
  padding: 0px 0px 10px 10px;
}

ul {
  padding: 0px 0px 10px 10px;
}

ol li {
  margin: 0.4em 0 0.4em .5em;    /* LTR */
  line-height:16px;
}

ul li {
  line-height:16px;
}

ul.menu li,
.item-list ul li {
  margin: 0.15em 0 0.15em 0.5em;    /* LTR */
}

ul.menu ul, .item-list ul ul {
  margin-left: 0;
}

ol li,
ul.menu li,
.item-list ul li,
li.leaf {
  margin: 0.15em 0 0.15em 0;
  padding: 0.2em 0 0 1.333em;    /* LTR */
}

ul.menu li, .item-list ul li, li.leaf {
  background: no-repeat left 0.833em;    /* LTR */
  list-style-image: none;
  list-style-type: none;
}

.content ul {
padding: 5px 0px 10px 15px;
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em;    /* LTR */
}

div.block ul {
  padding: 0 0 3px;
}

ul.links li, ul.links.inline {
  background: transparent;
}
