body {
  background: gray; color: black;
  margin: 0px; padding: 0px;
}

body, p, td {
  font-family: arial, helvetica; font-size: 10pt;
}

a {
  color: blue;
  text-decoration: none;
}

a.menu {
  color: black;
  text-decoration: none;
}

a.menu_active {
  color: white;
  text-decoration: none;
}

a:hover {
  color: #C32B25;
}

p.justify {
  text-align: justify;
  padding-bottom: 16px;
}

td.right {
  text-align: right;
  padding-right: 6px;
}

table.full_width {
  width: 100%;
}

td.logotype {
  background: white;
  width: 224px; height: 78px;
  padding-left: 6px;
  padding-top: 4px;
}

td.header {
  border-left: 1px solid silver;
  background: #E0E0E0;
  background-image: url('/images/top.png');
  vertical-align: bottom;
  padding-left: 68px;
}

td.menu_item {
  background: #E8E8E8;
  background-image: url('/images/menu_item.png');
  border-left: 2px solid silver;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 12pt; font-weight: bold;
  text-transform: uppercase;
}

td.menu_item_over {
  background: #F0F0F0;
  border-left: 2px solid silver;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 12pt; font-weight: bold;
  text-transform: uppercase;
}

td.menu_item_active {
  background: #28166F; color: white;
  background-image: url('/images/menu_active.png');
  border-left: 2px solid #C32B25;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 12pt; font-weight: bold;
  text-transform: uppercase;
}

td.top_splitter {
  background: #28166F;
  height: 8px;
}

td.menu {
  background: #E0E0E0;
  width: 180px;
  vertical-align: top;
}

td.menu_title {
  background: #28166F; color: white;
  height: 18px;
  text-align: center; vertical-align: top;
  font-weight: bold; letter-spacing: 1px; line-height: 10px;
  text-transform: uppercase;
}

td.menu_contacts {
  background: white;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

td.left_title {
  background: #C32B25; color: white;
  height: 26px;
  text-align: center;
  font-weight: bold; letter-spacing: 1px;
  text-transform: uppercase;
}

td.left {
  padding: 10px;
}

td.menu_splitter {
  background: #28166F;
  width: 3px;
}

td.page {
  background: white;
  padding: 16px;
  vertical-align: top;
}

table.icon {
  width: 100%;
  margin-bottom: 10px;
}

td.icon {
  width: 100px;
}

img.icon {
  border: 1px solid gray;
}

td.icon_title {
  height: 58px;
  font-size: 12pt; font-weight: bold;
  vertical-align: bottom;
  padding-bottom: 10px;
}

td.icon_underline {
  height: 4px;
  background: #C32B25;
}

td.copyright {
  background: #28166F; color: white;
  height: 24px;
  text-align: center;
  font-size: 8pt;
}

table.table {
  background: gray;
}

td.table_header {
  background: silver;
  text-align: center;
  font-weight: bold;
  padding-left: 6px; padding-right: 6px;
}

td.table {
  background: #F8F8F8;
  padding-left: 6px; padding-right: 6px;
}

td.table_right {
  background: #F8F8F8;
  text-align: right;
  padding-left: 6px; padding-right: 6px;
}

/***** Новости ******/

td.news_date {
  width: 75px;
  font-weight: bold;
  color: #28166F;
  vertical-align: top;
  padding: 2px 0px 2px 5px;
  background: #F4F4F4;
  border-right: 2px solid #E0E0E0;
}

td.news_content {
  text-align: justify;
  padding: 2px 0px 2px 18px;
}
