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 :14px;
	font-weight;  bold;
	font-style : normal;
	color : gray;
	text-align : center;
	text-decoration : none;
	padding-right:1px;
}

p  {
	font-size : 10px;
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	color : black;
	text-align : justify;
	text-indent:none;
	text-decoration:none;
	background-color : none;
}
A  {
	font-size : 11px;
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	color : gold;
	text-align : center;
	text-indent:none;
	text-decoration:none;
	background-color : none;
}

A:Visited {
	font-size : 11px;
	font-family : Verdana;
	font-weight :  normal;
	font-style : normal;
	color :white;
	text-align : center;
	text-indent:none;
	text-decoration:none;
	background-color : none;
}
A:Hover  {
	font-size : 11px;
	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 : 11px;
	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:verdana;
  font-size:12px;
  font-weight:bold;
  color:black;
  padding:0px;
  background-color:none;
}

#Form td
{
    color:black;
    background-color:none;
  padding-left:0px;
  padding-top:1px;
  padding-bottom:1px;
  font-family:verdana;
  font-size:10px;
  font-weight:normal;

  
}


#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;
}


