body
{
  margin:0px;
  overflow:auto;
  scrollbar-3dlight-color:white;
  scrollbar-arrow-color:#999999;
  scrollbar-base-color:white;
  scrollbar-darkshadow-color:white;
  scrollbar-face-color:white;
  scrollbar-highlight-color:#999999;
  scrollbar-shadow-color:#999999;
  scrollbar-track-color:white;
}


H3  {
	
	font-family : verdana;
	font-size :16px;
	font-weight : bold;
	font-style :normal;
	color : navy;
	text-align : center;
	text-decoration : none;
	padding-right:1px;
}

A  {
	font-size : 12px;
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	color : silver;
	text-align : center;
	text-indent:none;
	text-decoration:none;
	background-color : none;
}

A:Visited {
	font-size : 12px;
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	color : silver;
	text-align : center;
	text-indent:none;
	text-decoration:none;
	background-color : none;}
A:Hover  {
	font-size : 12px;
	font-family : Verdana;
	font-weight :normal;
	font-style : normal;
	color :gold;
	text-align : center;
	text-indent:none;
	text-decoration:none;
	background-color : none;
}

A:Active  {
font-size : 12px;
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	color :  gold;
	text-align : center;
	text-indent:none;
	text-decoration:none;
	background-color : none;
}



#Form
{
  border-bottom:0px solid royalblue;
}

#Form th
{
  text-align:center;
  font-family:arial;
  font-size:12px;
  font-weight:bold;
  color:#07212E;
  padding:0px;
  background-color:none;
}

#Form td
{
    color:white;
    background-color:none;
  padding-left:0px;
  padding-top:0px;
  padding-bottom:1px;
  font-family:arial;
  font-size:10px;
  font-weight:bold;

  
}


#Form input
{
   border:1px solid #444444;
   font-family:arial;
   font-size:10px;
   color:black;
}

#Form textarea
{
  overflow:hidden;
  font-family:verdana;
  font-size:10px;
  color:black;
  border:1px solid #444444;
  scrollbar-3dlight-color:black;
  scrollbar-arrow-color:#999999;
  scrollbar-base-color:black;
  scrollbar-darkshadow-color:black;
  scrollbar-face-color:black;
  scrollbar-highlight-color:#999999;
  scrollbar-shadow-color:#999999;
  scrollbar-track-color:black;
}

#MenuInsert
{
  padding:0px;
  padding-left:0px;
  border-right:1px solid black;
  background-color:#DDDDDD;
}

.Menu ul
{
  margin:0px;
  padding:0px;
  width:100%;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:gray;
}

.Menu ul li
{
  position:relative;
}

.Menu li ul
{

  top: 0px;
  display:none;
}

.Menu li:hover ul, .Menu li.over ul
{
  list-style:square;
  display: block;
}

/* Fix IE. Hide From Ie Mac */
* html .Menu ul li {float:left;height:1%;}
* html .Menu ul li a {height:1%;}
/* END */

.Menu ul li a, .Menu ul li a:visited
{
  text-align:left; 
  font-family:arial;
  font-size:12px;
  color:lightsteelblue;
  display:block;
  text-decoration:none;
  padding-left:5px;
  padding-top:2px;
  padding-bottom:2px;
  border-width:1px;
  border-style:solid;
  border-color:gray;
  border-bottom:1px;
  background-color:none;
}

.Menu ul li a:hover
{
 text-align:left; 
  font-family:arial;
  font-size:12px;
  color:white;
  display:block;
  text-decoration:none;
  padding-left:5px;
  padding-top:2px;
  padding-bottom:2px;
  border-width:1px;
  border-style:solid;
  border-color:gray;
  border-bottom:1px;
  background-color: blue;
}

