/************** Defines styles for the main site pages and menu.     06.01.02     ******************************************************************************/

body {
  background-color: #E2EDFF;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

a.nav:link {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 10pt;
  text-decoration: none;
}

a.nav:visited {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 10pt;
  text-decoration: none;
}

a.nav:hover {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 10pt;
  text-decoration: underline;
}

a.nav:active {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 10pt;
  text-decoration: underline;
}

a.navbottom:link {
  color: #0000cc;
  font-weight: bold;
  text-decoration: underline;
}

a.navbottom:visited {
  color: #0000CC;
  font-weight: bold;
  text-decoration: underline;
}

a.navbottom:hover {
  color: #CC0000;
  font-size: 100%;
  font-weight: bold;
  text-decoration: underline;
}

a.navbottom:active {
  color: #CC0000;
  font-weight: bold;
  text-decoration: underline;
}

a.nav2:link {
  color: #0080C1;
  font-weight: bold;
  text-decoration: none;
}

a.nav2:visited {
  color: #0080C1;
  font-weight: bold;
  text-decoration: none;
}

a.nav2:hover {
  color: #DD0000;
  font-weight: bold;
  text-decoration: underline;
}

a.nav2:active {
  color: #DD0000;
  font-weight: bold;
  text-decoration: underline;
}

.specials {
  text-align: left;
  background-color: #AAFFFF;
  margin: 5px;
}