body
{
  font-family: tahoma;
  background: white url("bgcarbonfiber.png");
  background-repeat: repeat;
  background-position: center;
  style=margin-bottom:0;
}

topImage 
{ 
  position relative;
  float left; 
  border 1px #CCCCCC solid; 
  width 180px; 
  height 150px; 
}

td 
{ 
  font-size: 10pt; 
  font-weight: bold;
}

.hidden
{
  visibility: hidden;
}

.textfield 
{ 
  padding: 2px; 
  font-size: 10pt;
  width: 139px;
  border-style: inset;
  background-color: #E7F5D5; 
}

.top
{ 
  font-size: 18px;  
  font-weight: normal; 
  text-align: right;
  color: maroon;
  background: #bed2d2; 
  padding: 5px;
  border-bottom: 1px #666 solid;
}

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

.button
{
	font-weigth: bold;	
}

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;
}


