body {
  margin: 0px;
}

td.menu1 , td.menuActive1 {
  background-color: #003366;
  text-decoration: none;
  font-weight: bold;
  font-size : 11px;
}
div.menu1 , div.menuActive1 {
  background-color: #003366;
  text-decoration: none;
  font-weight: bold;
  font-size : 11px;
}

div.menuSub {
  text-decoration: none;
  font-weight: bold;
  font-size : 11px;
  visibility: hidden;
  position: absolute;
  width: 144px !important;
  width: 140px;
  border-bottom: solid 1px #FFFFFF;
  border-left: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
}
div.menu2 , div.menuActive2 {
  width: 140px;
  padding: 2px;
  text-align: left;
  background-color: #003366;
}

.menu {
  text-decoration: none;
  color: #111111;
}
.menuSpecial1 {
  text-decoration: none;
  color : #000000;
  font-size : 9px;
  font-weight: bold;
}
.menuActiveSpecial1 {
  text-decoration: none;
  color: #000000;
  font-size : 9px;
  font-weight: bold;
}
a.menu1 {
  text-decoration : none;
  font-size : 11px;
  font-weight: normal;
  color: #FFFFFF;
}
a.menu1:hover {
  color: #FFFFFF;
  font-weight: normal;
  font-size : 11px;
  text-decoration: none;
}
.menuActive1 {
  text-decoration: none;
  color : #FFFFFF;
  font-size : 11px;
  font-weight: bold;
}
.menu2 {
  text-decoration: none;
  color : #ffffff;
  font-size : 10px;
  font-weight: normal;
}
a.menu2:hover {
  text-decoration: none;
  color : #ffffff;
  font-size : 10px;
  font-weight: normal;
}
.menuActive2 {
  text-decoration: none;
  color : #FFFFFF;
  font-size : 10px;
  font-weight: bold;
}
.footer {
  text-decoration: none; 
  font-size: 9px;
  font-weight: bold;
  color: #000000;
}

A.admin {
  color : Red;
  font-size: 11px;
}
A.admin:hover {
  color : #7B68EE;
  font-size: 11px;
}

.error {
  color:red; 
  font-size:12px;
}
