A.nav
{
  color:Blue;
  text-decoration:none;
}

A.headerLink
{
    text-decoration:none;
}
A.headerLink:hover
{
    text-decoration:underline;
}

A.leftNavLink
{
  color: White;
  font-size: 12pt;
  font-weight: bold;  
}

H1
{
  color:#800000;
  font-size:14pt;
}

.datagrid
{
  border-color:#800000;
}

td.mainCell
{
   padding: 20px 20px 20px 20px;
}

.leftNavCell
{
  background-color: #880000;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #909080;  
}

TABLE.sectionTable
{
  background-color: #F0F0E0;
  border-color: #800000;
  border-style: solid;
  border-width: 1px;
}

TD.sectionTitleBar
{
  background-color: #800000;
  color: White;
  font-size: 12pt;
  font-weight: bold;  
}

.radiobuttons
{
  font-size: 10pt;
}

.fieldLabel
{
  text-align:right;
  padding-left:5px;
  padding-right:5px;  
}

.fieldValue
{
  border-bottom-color:#808080;
  border-bottom-style:dashed;
  border-bottom-width:1px;
  padding-left:5px;
  padding-right:5px;
}

.buttonStyle 
{ 
  width : 100px; 
} 
