BODY {
  background-color: #FFFFFF;
  background-image: url("../images/bg_index.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}

.menu {
  font-family: Verdana, ArialCE, Arial, Helvetica, sans-serif;
  font-size: 8.5pt;
  font-weight: bold;
  color: #EE8203;
  text-decoration: none;
}

.menuRed {
  font-family: Verdana, ArialCE, Arial, Helvetica, sans-serif;
  font-size: 8.5pt;
  font-weight: bold;
  color: #D33D0F;
  text-decoration: none;
}

.menuActive {
  font-family: Verdana, ArialCE, Arial, Helvetica, sans-serif;
  font-size: 8.5pt;
  font-weight: bold;
  color: #24764D;
  text-decoration: none;
}

.menu:hover {
  font-weight: bold;
  color: #24764D;
  text-decoration: none;
}

.menuRed:hover {
  font-weight: bold;
  color: #24764D;
  text-decoration: none;
}