BODY
{
  background: #E6E6FA;
  color: #000000;
  font-family: helvetica,sans-serif;
}
H1
{
  font-family: helvetica,sans-serif;
  font-size: x-large;
  text-align: left;
}
H2
{
  font-family: helvetica,sans-serif;
  font-size: large;
  text-align: center;
}
H3
{
  font-family: helvetica,sans-serif;
  font-size: medium;
  text-align: left;
}
A IMG
{
  border: none;
}
FONT.Info
{
  color: black;
  font-style: italic;
}
FONT.Heading
{
  color: black;
  font-weight: bold;
  font-size: large;
}
FONT.DatumName
{
  color: black;
  font-weight: bold;
}
FONT.Note
{
  color: black;
  font-size: small;
}
FONT.DQGroup
{
  font-size: small;
}
FONT.Red
{
  color: red;
  font-weight: bold;
}
FONT.Yellow
{
  color: #ffd700;
  font-weight: bold;
}
FONT.Green
{
  color: green;
  font-weight: bold;
}
FONT.Disabled
{
  color: black;
  font-weight: bold;
}
FONT.Undefined
{
  color: gray;
}
FONT.NoCheck
{
  color: black;
  font-weight: bold;
}
TD.Red
{
  background-color: red;
}
TD.Yellow
{
  background-color: #ffd700;
}
TD.Green
{
  background-color: green;
}
TD.Disabled
{
 background-color: black;
}
TD.Undef
{
  background-color: gray;
}
TD.NoCheck
{
  background-color: #E6E6FA;
}
.hintanchor
{
 font-weight: bold; 
 color: navy; 
 }
#hintbox{
 position:absolute; 
 top: 0; 
 background-color: lightyellow; 
  width: 150px; 
 padding: 3px; 
 border:1px solid black; 
font:normal 15px Verdana;
 line-height:18px; 
 z-index:100; 
 border-right: 3px solid black; 
 border-bottom: 3px solid black; 
 visibility: hidden;
 }