
td.infoTop {
  background-image: url(/images/gfx/table_top.gif);
  background-repeat: repeat;
  border-color: rgb(51,51,51);
  border-width: 2px;
  border-style: solid;
  border-bottom-style: none;
  font-family: "courier new",sans-serif;
  font-size: 12pt;
  font-style: italic;
  padding-right: .5em;
  text-align: right;
}

td.infoContents {
  background-image: url(/images/gfx/table_transparent.gif);
  background-repeat: repeat;
  border-color: rgb(51,51,51);
  border-width: 2px;
  border-style: solid;
  border-top-style: none;
  padding: 3px;
}