a.nav { 
  color: #064200; 
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

a.nav:hover {
  text-decoration: none;
  color: #0000FF;
}
p.title {
  font-family: Verdana;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
}
p.sub {
  font-family: Verdana;
  font-size: 10pt;
  font-weight: none;
  text-align: center;
}
a.sub { 
  color: #0000FF; 
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 10pt;
}

a.sub:hover {
  text-decoration: underline;
  color: #0000FF;
}
a.small { 
  color: #0000FF; 
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 8pt;
}

a.small:hover {
  text-decoration: underline;
  color: #0000FF;
}
td.sub {
  font-family: Verdana;
  font-size: 10pt;
  font-weight: none;
  text-align: center;
}
td.focusbox {
  background-color: #003300;
  color: #FFFFFF;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
td.innerbox {
  background-color: #FFFFFF;
  color: #000000; 
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 8pt;
  font-weight: normal;
}
td.innerbox2 {
  background-color: #CCFFCC;
  color: #000000; 
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 8pt;
  font-weight: normal;
}
input.shiptext {
  font-family: Arial, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  height: 18px;
  width: 36px;
}
input.ship {
  font-family: Arial, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  width: 75px;
  height: 20px;
}