.headerMenuItem {
  font-family: Arial;
  font-size: 0.6em;
  font-weight: bold;
  color: #A2A2A2;
}
A.headerMenuItem {
  font-family: Arial;
  font-size: 0.6em;
  font-weight: bold;
  text-decoration: none;
  color: #A2A2A2;
}
.footerMenuItem {
  font-family: Arial;
  font-size: 0.8em;
  text-decoration: none;
  color: #777777;
}
.footerCopyright {
  font-family: Arial;
  font-size: 0.6em;
  color: #FFFFFF;
}
.mainMenuItemActive {
  font-family: Arial;
  font-weight: bold;
  font-size: 0.9em;
  background-color: #EDECF0;
}
A.mainMenuItemActive {
  font-family: Arial;
  font-weight: bold;
  font-size: 0.9em;
  text-decoration: none;
  color: #000000;
  background-color: #EDECF0;
}
.mainMenuItemInactive {
  font-family: Arial;
  font-weight: bold;
  font-size: 0.9em;
  color: #A2A2A2;
}
A.mainMenuItemInactive {
  font-family: Arial;
  font-weight: bold;
  font-size: 1.0em;
  text-decoration: none;
  color: #A2A2A2;
}
.subMenuItemActive {
  font-family: Arial;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background-color: #EDECF0;
}
A.subMenuItemActive {
  font-family: Arial;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background-color: #EDECF0;
}
.subMenuItemInactive {
  font-family: Arial;
  font-size: 0.9em;
  text-decoration: none;
  color: #586160;
}
A.subMenuItemInactive {
  font-family: Arial;
  font-size: 0.9em;
  text-decoration: none;
  color: #586160;
}
.heading{
  font-family: Arial;
  font-size: 1.0em;
  font-weight: bold;
  color: #01759A;
}
.text{
  font-family: Arial;
  font-size: 0.8em;
}
A.text{
  text-decoration: none;
  font-family: Arial;
  font-size: 0.8em;
  color: #000000;
}
