@charset "windows-1251";
body {
  margin-left: 25px;
  margin-right: 25px;
  background: #fff;
  color: #000000;
  font: 11px Tahoma,Helvetica,Sans-Serif;
  text-align: left;
}

h1 {
  color: #2C206A;
  font-size: 18px;
}
h2 {
  color: #2C206A;
}
img {
  border: 0;
}
a {
  color: #2E3092;
  font-size: 12px;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
table {
  width: 100%;
}

tablekat {
  width: 25%;
  height: 50%;
}
p {
  margin: 0;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 0;
}

#orText {
  color: #FF9920;
  text-decoration: underline;
}
#blueLine {
	margin-top: 2px;
	height: 12px;
	background-color: #FF9920;
}
#redBanner {
  margin-top: 2px;
  height: 60px;
  background: #EE1A2D;
}
#blueBanner {
  margin-top: 2px;
  height: 60px;
  background: #2E3092;
}
#copyrights, #copyrights a {
  padding-left: 9px;
  padding-top: 3px;
  font-size: 9px;
  color: #FF9920;
  text-decoration: none;
}

.cellsBlock {
  width: 100%;
  display: table;
}
.cellLeft, .cellMiddle, .cellRight {
  display: table-cell !important;
  display: inline; /*  IE */
}
.cellLeft, .cellRight {
  width:25%;
}
.cellMiddle {
  width:25%;
}

.table, .table td{border-style:solid; border-width:1px; border-color:#414660;font-size:small;}
.table td a{font-weight:normal}
.table {border-collapse:collapse;}

