body, td, input, select { font: 12px Arial; }

td.subnav {
}
a.subnav {
  font: 12px Arial;
  font-weight: bold;
  color: white;
  padding: 2px 6px 2px 6px;
  text-decoration: none;
}
a.subnav:hover {
  color: #FFFF66;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.menu a {
  text-decoration: none;
}

.menu a:hover {
  color: #333;
  text-decoration: underline;
}

.menu a.nodeSel {
  background-color: #c0d2ec;
}

.menu a#normal {
  background-color: #c0d2ec;
}

.subtitle {
  background-color: #0079C3;
  color: white;
  font-weight: bold;
}

html>body a.email {float: left;}		/* req'd for Mozilla */
a.email {border-bottom: 1px solid black;}
a.email:hover {border-bottom: 2px solid blue;}
