﻿body 
{ color:#423627;
  top:0;
  left:0;
  right:0;  
}

a.main:link    {color: white; font-family: Verdana; font-size:10pt; font-weight:bold; text-decoration: none; }
a.main:visited {color: white; font-family: Verdana; font-size:10pt; font-weight:bold; text-decoration: none; }
a.main:hover   {color: white; font-family: Verdana; font-size:10pt; font-weight:bold; text-decoration: underline; }
a.main:active  {color: white; font-family: Verdana; font-size:10pt; font-weight:bold; text-decoration: none; } 

a:link    {color:#423627; font-family:Verdana; font-size:9pt; text-decoration: underline; }
a:visited {color:#423627; font-family:Verdana; font-size:9pt; text-decoration: underline; }
a:active  {color:#423627; font-family:Verdana; font-size:9pt; text-decoration: underline; }
a:hover   {color:#423627; font-family:Verdana; font-size:9pt; text-decoration: underline; }

tr:BottomBorder {border-top-color:#423627;
                 border-top-style:solid;
                 border-top-width:thin;
                }
td:BottomBorder {border-top-color:#423627;
                 border-top-style:solid;
                 border-top-width:thin;
                }
td.leftColumn {
	padding-right:10px;
}

td.leftColumn, td.rightColumn {
	width:50%;
	vertical-align:top;
}
td.rightColumn 
{
    padding-right:40px;
}

td.leftColumn table, td.rightColumn table {
	width:100%;
}      
                
td.vertTitle
{
    width:50%;
	text-align:right;
	padding:2px 4px 2px 10px;
	margin:0px;
	white-space:nowrap;
}               
td.value 
{
    width:50%;
}
td.value input, td.value select {
	width:140px;
	text-align:left;
} 

.required 
{
    color:Red;
}