BODY  {
  font-family : courier new;
  font-size : 11px;
  line-height : 140%;
  color : #000000;
  background-color : #ffffff;
  margin : 20px;
}
H1 {
  font-size : 24px;
}
H2 {
  font-size : 18px;
}
H2.topline {
  font-size : 18px;
  border-top: 2px solid #000;
  padding-top:24px;
  margin-top:24px;
}
TD {
  vertical-align: top;
  font-size : 14px;
}
TD.nav {
  font-size : 32px;
  font-weight: bold;
  border-bottom: 2px solid #000;
}
TD.copy {
  font-family : verdana, arial, helvetica, sans-serif;
  font-size : 10px;
  line-height : 140%;
  color : #666;
  border-top: 1px solid #666;
  padding-top: 4px;
}
TD.copy_old {
  font-size : 12px;
  font-weight: bold;
  border-top: 2px solid #000;
}
TD.bord {
  padding: 8px;
  border: 1px solid #ccc;
}
TD.text {
  width:600px;
}
TD.bold {
  font-weight:bold;
}
LI {
  padding: 0.6em;
}
A:visited, A:link, A:hover, A:active {
  color : #1F5783;
}
A:visited {
  color : #000000;
}
A.nav:visited, A.nav:link, A.nav:hover, A.nav:active {
  color : #000000;
  text-decoration : none;
}

/* A in context TD.copy */
TD.copy A:visited, TD.copy A:link, TD.copy A:hover, TD.copy A:active {
  color : #666;
  text-decoration : none;
}
