body {
  background-color: #FFFDF4;
}

.menuSpecial1 {
  color : #666666;
  font-size : 12px;
  font-weight: bold;
}
.menuActiveSpecial1 {
  text-decoration: none;
  color: #003366;
  font-size : 12px;
  font-weight: bold;
}
.menu1 {
  text-decoration : none;
  color : #222255;
  font-size : 12px;
  font-weight : normal;
}
a.menu1:hover {
  color: #222255;
  font-size : 12px;
  font-weight: normal;
  text-decoration: none;
}
.menuActive1 {
  text-decoration: none;
  color : #FFFDF2;
  font-size : 12px;
  font-weight: bold;
}
.menu2 {
  text-decoration: none;
  color : #575757;
  font-size : 10px;
  font-weight: normal;
}
a.menu2:hover {
  color: #222255;
  font-size : 10px;
  font-weight: normal;
  text-decoration: none;
}
.menuActive2 {
  text-decoration: none;
  color : #222255;
  font-size : 10px;
  font-weight: normal;
}
.menu3 {
  text-decoration: none;
  color : #222255;
  font-size : 12px;
  font-weight: normal;
}
a.menu3:hover {
  color: #222255;
  font-size : 12px;
  font-weight: bold;
  text-decoration: none;
}
.menuActive3 { 
  text-decoration: none; 
  color: #222255;
  font-size : 12px;
  font-weight: bold;
}
.menu4 , .menu41 {
  text-decoration: none;
  color : #222255;
  font-size : 12px;
  font-weight: normal;
}
a.menu4:hover , a.menu41:hover {
  color: #222255;
  font-size : 12px;
  font-weight: bold;
  text-decoration: none;
}
.menuActive4 , .menuActive41 { 
  text-decoration: none; 
  color: #222255;
  font-size : 12px;
  font-weight: bold;
}


.footer {
  text-decoration: none; 
  font-size: 12px;
  font-weight: bold;
  color: #005064;
}

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

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