body
{
  margin: 0px;
  margin-left: 2px;
  overflow: hidden;
  background-color:white;
  color:black;
}
TD
{
  font: 10pt Verdana, Arial, Helvetica, Sans-Serif;
}
H1
{
  font-weight: bold;
  font-size: 20px;
}
.listView
{
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #ccc
}
.textPanel
{
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  padding: 0.25em;
}
.tableClass
{
  border-collapse: collapse;
  table-layout: fixed;
}
.thumbLink
{
  border: 2px solid black;
}
#reticle
{
  display:none;
  position:absolute;
  top: 0px;
  left: 0px;
  cursor: hand;
}
