a:link       {
	color: #FF8C00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
a:visited {
	color: #FF8C00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
a:hover      {
	color: Green;
	text-decoration: overline underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
                
.bnav:link   {
	color: #DAA520;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
.bnav:visited {
	color: #DAA520;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
.bnav:hover  {
	color: Green;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

body         {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: white;
}            
               
p            {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

table        {
	font-size: 10pt;
}

table.TOPBOTTOM {
	border: 1px solid #FF8C00;
	border-left: White;
	border-right: White;
}
  
form         {display:inline;}

.textareaBG  {
	background-color: #F0E68C;
	border-style: solid;
	border-width: 1px;
	border-color: #FFA500;
}