@import "global.css";

a:link, a:visited {
  color: #333399;
  text-decoration: underline;
}

a:active, a:hover {
  color: #6666cc;
  text-decoration: underline;
}

td.nav a:link, td.nav a:visited {
  color: #666666;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

td.nav a:active, td.nav a:hover {
  color: #3b96d3;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

td.subnav a:link, td.subnav a:visited, td.subnav a:active, td.subnav a:hover{
  color: #999999;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
