BODY {
  margin: 0px;
  padding: 0px;
  font-family: arial;
  font-size: 13px;
  color: black;
}

.main_table {
  border-style: solid;
  border-width: 0px 0px;
  border-color: gray;
  background: #E7E8E3;
}

.left_menu A {
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  color: #373734;
  text-decoration: none;
}
.left_menu A:hover {
  text-decoration: underline;
}

.main_content {
  padding: 0px 10px;
  font-family: arial;
  font-size: 13px;
  color: black;
}
.main_content A {
  color: #0066CC;
  text-decoration: underline;
}
.main_content A:hover {
  text-decoration: none;
}
.main_content P {
  text-align: justify;
}
.main_content H1 {
  margin: 0px;
  padding: 0px;
  font-family: arial;
  font-size: 18px;
  font-weight: normal;
  color: #89A325;
}
.main_content STRONG, .main_content B {
  font-weight: bold;
}

.contacts {
  padding: 10px;
  font-family: arial;
  font-size: 13px;
  color: black;
  text-align: left;
}

.bot_block {
  font-family: arial;
  font-size: 13px;
  color: #373734;
}
.bot_block A {
  font-family: arial;
  font-size: 13px;
  color: #373734;
  text-decoration: underline;
}
.bot_block A:hover {
  text-decoration: none;
}