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

.hidden
{
  visibility: hidden;
}

.textfield 
{ 
  padding: 2px; 
  font-size: 10pt;
  width: 139px;
  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;
}

input.button:link,
input.button:visited,
input.button:hover,
input.button:active
{ 
  color: black; 
  text-decoration: none;
}

a.button:link,
a.button:visited,
a.button:hover,
a.button:active
{ 
  color: black; 
  text-decoration: none;
}

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

