body {
  font-size: 10pt;
  font-family: 'Courier New';
  background-color: #fff;
}
.txtPre {
  font-weight: bold;
  font-size: 28px;
  color: #cd0000;
}
a {
  text-decoration : underline;
  color : #0000CD;
}
a:hover {
  color : #0000FF;
}
a.nav:link, a.nav:visited {
  color : #124E8A;
  font-size : 15px;
  font-weight : bold;
  text-decoration : none;
}
a.cur:link, a.cur:visited {
  color : blue;
  font-size : 15px;
  font-weight : bold;
  text-decoration : none;
}
a.nav:hover, a.cur:hover {
  color : blue;
  font-size : 15px;
  font-weight : bold;
  text-decoration : underline;
}
a.nav:active, a.cur:active {
  color : #008B00;
  font-size : 15px;
  font-weight : bold;
  text-decoration : underline;
}
.tableHeader {
  background-color : #4682B4;
  color : #FFFFFF
}
.rowalt {
  background-color : #EBEBEB;
}
.row {
  background-color : #F0F0F0;
}
.textSmall {
  font-size : 12px;
}
.textLarge {
  font-size : 15px;
}
.textXLarge {
  font-size : 17px;
}