body
{
  font-family: tahoma;
  background-color: white;
}
td { font-size: 8pt; font-weight: bold;}

.hidden
{
  visibility: hidden;
}

.textfield 
{ 
  padding: 2px; 
  font-size: 10pt; 
  border: #ccc 1px solid; 
}

.top,.bottom 
{ 
  font-size: 18px;  
  font-weight: normal;
  color: black;
  background: #eee; 
  padding: 5px;
  border-bottom: 1px #666 solid;
}

.bottom 
{ 
  border-bottom: 0px;
  border-top: 1px #666 solid;
  font-size: 10pt;
  color: red;
}

.button
{
  background: #eee;
  border: 1px #666 solid;
  font-size: 8pt; font-weight: bold;
  padding: 3px 6px 3px 6px;
}

.failed
{
  font-weight: normal;
  background: #ffeeee; 
  border: 1px solid #800000;
  padding: 10px;
}

