html 
{
  height: 100%
}

table.tblContract
{
  width: 100%;
  background-color: #f3f3f3;
  border: 0px;
}

table.tblContractSub 
{
  border: 0px;
}

.tblContract input 
{
  border-style: solid;
  border: solid 1px #959595;
  font-size: 9pt;
}
.textField
{
  width: 200px;
}
.tblContract select {
  font-size: 9pt;
}
.tblContract span 
{
  padding: 1px;
} 
.tblContract em 
{
  color: #ff0000;
}
.tblContract td 
{
  padding: 2px 10px;
  vertical-align: top;
  text-align: left;
  font-size: 9pt;
  color: #000000;
}
.tblContract td.tdContHeader 
{
  padding: 10px 10px 20px;
  border-top: solid 1px #70d460;
  color: #005658;
  font-weight: bold;
  font-size: larger;
}
.tblContract td.tdContSubHeader 
{
  border-top: dotted 1px #cacaca;
  color: #4e4e50;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
}
input.inContRadio 
{
  border: 0px;
  width: auto;
}


