body
{
  color: white;
  background: rgb(0, 0, 128);
  height: 100%;
}

div.subform
{
  border: solid 2px blue;
  color: white;
  background: rgb(32, 32, 32);
}

span.tab
{
  background: rgb(128, 128, 128);
  color: black;
  margin-bottom: 0;
  padding-bottom: 0;
  cursor: pointer;
  border-top: solid 1px rgb(192, 192, 192);
  border-left: solid 1px rgb(192, 192, 192);
}

span.activetab
{
  background: white;
  color: black;
  margin-bottom: 0;
  padding-bottom: 0;
  cursor: pointer;
  border-top: solid 1px rgb(192, 192, 192);
  border-left: solid 1px rgb(192, 192, 192);
}

div.tab
{
  color: black;
  background: white;
  height: 100%
  margin-top: 0;
  padding-top: 0;
}

span.field
{
  font: bold;
}

span.value
{
  color: rgb(0, 0, 192);
}

div.message
{
  color: rgb(0, 0, 192);
  background: rgb(255, 255, 255);
  border: solid 2px rgb(64, 64, 64);
  width: 37em; 
  font-family: courier, monospace;
}

div.failure
{
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
  border: solid 5px rgb(255, 0, 0);
}

div.help
{
  color: black;
  background: white;
  border: solid 2px #00CC99;
}

table.sendform
{
  color: black;
  background: white;
}

table
{
  color: black;
  background: rgb(192, 192, 192);
  border: solid 1px black;
  border-spacing: 0px;
}

td.vertline
{
  border-right: solid 1px black;
}

h1
{
  color : Teal;
  font-family : "Times New Roman", Times, serif;
  font-size : 38px;
  font-weight : bold;
  font-style : italic;
}
