﻿body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-image: url(images/menu_back.gif);
  background-repeat: no-repeat;
}
.menu0 {
  width: 150px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  cursor: default;
}
.menu1 {
  width: 150px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  cursor: default;
}
.menuBlock {
  display: none;
  visibility: hidden;
}
.menu0:hover {
  color: #ff0000;
}
.menu1:hover {
  color: #ff0000;
}
.dot0 {
  font-size: 9pt;
  font-weight: bold;
  color: #ff0000;
  margin-left: 2px;
  margin-right: 5px;
  visibility: hidden;
}
.dot1 {
  font-size: 9pt;
  font-weight: bold;
  color: #ff0000;
  margin-left: 2px;
  margin-right: 10px;
  visibility: hidden;
}
.line {
  width: 125px;
  height: 1px;
  border-width: 1px;
  border-style: solid;
  border-color: #005499;
}
