a:link       {
	color: #F97C00;
	text-decoration: none;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold
}
a:visited {
	color: #F97C00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
a:hover      {
	color: #008000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold
}
                
:link.bnav   {
	color: #ffa74f;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
:visited.bnav {
	color: #ffa74f;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
:hover.bnav  {
	color: #008000;
	text-decoration: overline underline;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold
}

body         {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: white;
	margin: 0px;
}            
               
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  {
	border:1px solid #CC0000; background-color: #FFFFCC;
	
}