BODY
{
    BACKGROUND-COLOR: white;
}

.ListTable
{
  font: 10pt Arial ;
  BACKGROUND-COLOR: white;
  BORDER-COLLAPSE: collapse;
}
.ListTable TH
{
    FONT-WEIGHT: bolder;
}
.ListTable TD
{
    PADDING-TOP: 5px;
}

.DataTable
{
  font: 8pt Arial ;
  BACKGROUND-COLOR: white;
  border: 1px navy solid;
}

.DataTable TH
{
  border: 1px navy solid;
  FONT-WEIGHT: bolder;
  background-color: rgb(153,204,255); 
  padding: 2px;
  border-collapse: collapse;
}

.DataTable TD
{
  border: 1px navy solid;
  padding: 2px;
  border-collapse: collapse;
}


.LogoDiv
{
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 10px;
  background-color: white;
}

.HeaderDiv
{
  position: absolute;
  left: 80px;
  top: 20px;
  width: 500px;
  padding: 0px;
  color: navy;
  background-color: white;
}

.HeaderDiv H1
{
  font: italic bold 18pt Arial;
}

.MenuDiv
{
  background-color: white;
  position: absolute;
  left: 10px;
  top: 80px;
  width: 150px;
  padding: 5px;
  FONT: 8pt Arial;
}

A:link
{
  COLOR: blue;
  FONT-WEIGHT: bold;
  TEXT-DECORATION: none;
}

A:visited
{
  COLOR: blue;
  FONT-WEIGHT: bold;
  TEXT-DECORATION: none;
}

A:hover
{
  COLOR: red;
  FONT-WEIGHT: bold;
  TEXT-DECORATION: underline;
}

.ContentDiv
{
  font: 10pt Arial;
  position: absolute;
  left: 180px;
  top: 80px;
  background-color: white;
}

.ContentDiv TD
{
  font: 10pt Arial;
}

.ContentDiv H1
{
  font: 18pt bold Arial;
  color: navy
}

.ContentDiv H2
{
  font: italic 16pt bold Arial;
  color: navy;
}

.ContentDiv H3
{
  font: 14pt bold Arial;
  color: black;
}

HR
{
  color:color: rgb(51,102,153);
  background-color:color: rgb(51,102,153);
  size: 1
}

.FormTable
{
  font: 10pt Arial;
  color: blue;
  BACKGROUND-COLOR: white;
}

.FormTable TD
{
}

.BackLink
{
  font: 8pt Arial;
}
