body
  {
  font-family: Arial
  }

h2
  {
  color: #003366
  }

td.mainmenu
  {
  text-align:center;
  border-top: #ffffff 1px solid;
  }

a.mainmenu
  {
  color: #ffffff;
  display: block;
  background: #494b84;
  padding-bottom: 10px;
  padding-top: 10px;
  text-decoration: none;
  font-weight: bold;
  }

a.mainmenu:visited
  {
  color: #ffffff;
  display: block;
  background: #494b84;
  padding-bottom: 10px;
  padding-top: 10px;
  text-decoration: none;
  font-weight: bold;
  }

a.mainmenu:active
  {
  color: #ffffff;
  display: block;
  background: #494b84;
  padding-bottom: 10px;
  padding-top: 10px;
  text-decoration: none;
  font-weight: bold;
  }

a.mainmenu:hover {
  color: #003366;
  display: block;
  background: #efefef;
  padding-bottom: 10px;
  padding-top: 10px;
  text-decoration: none;
  font-weight: bold;
}

a.textLink
  {
  color: #000066;
  text-decoration:underline;
  }

a.textLink:visited
  {
  color: #000066;
  text-decoration:underline;
  }

a.textLink:active
  {
  color: #000066;
  text-decoration:underline;
  }

a.textLink:hover
  {
  color: #E8241C;
  text-decoration:underline;
  }
