.leftNav A{
  color : "#000066";
  font-family : Arial, Helvetica;
  font-weight : bold;
  text-decoration : underscore;
  font-size : 14pt;
  padding-left : 5px;
  padding-right : 5px;
}
.leftNav A:HOVER{
  background-color : "#ffffcc";
}
.leftNav TD{
  color : "#000066";
  font-family : Arial, Helvetica;
  font-weight : bold;
  font-size : 14pt;
}
.main A {
  color : "#000066";
  font-family : Arial, Helvetica;
  font-weight : bold;
  text-decoration : underscore;
}
.main A:HOVER{
  background-color : gray;
}
.main TD{
  color : "#000066";
  font-family : Arial, Helvetica;
  font-size : 12pt;
  font-weight : bold;
  padding-left : 10px;
  padding-right : 10px;
}
.main H1 {
  color : "#000066";
  font-family : Serif;
  font-size : 24pt;
  font-weight : bold;
}
.main H2 {
  color : "#000066";
  font-family : Serif;
  font-size : 18pt;
}
.plans TD{
  color : "#000066";
  font-family : Arial, Helvetica;
  font-size : 12pt;
  font-weight : bold;
  padding-left : 0px;
  padding-right : 0px;
}

