﻿a:link       {
	color: #2062af;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
a:visited {
	color: #2062af;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
a:hover      {
	color: #8ad1fb;
	text-decoration: overline underline;
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
}
                
:link.bnav   {
	color: #2062af;
	text-decoration: none;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold
}
:visited.bnav {
	color: #2062af;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
:hover.bnav  {
	color: #8ad1fb;
	text-decoration: none;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold
}

body         {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: white;
}            
               
p            {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

table        {
	font-size: medium;
}

table.TOPBOTTOM {
	border: 1px solid #FF8C00;
	border-left: White;
	border-right: White;
}
  
form         {display:inline;}

.textareaBG  {
	border:1px solid #2062af; background-color: #E1E1E1;
	
}h1           { color: #FF9900; font-family: Arial; font-size: medium; font-weight: bold }