BODY {

	color: #000000;
}


A {
	text-decoration: underline;
	font-size: 12px;
	color: #003F80;
}

A:Hover {
	text-decoration: none;
	font-size: 12px;
	color: #3163CE;
}

.style2 {
	color: #003F80;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
}

h1{
color:#416ea7;

}
A.style4:link
 {font-size: xx-small;}
 
 A.style4:hover
  {font-size: xx-small;}
  

input.submit
{
border-style:outset;
width:80;
border-color:#333333;
color:#333333;
background-color:#bdbdbd;
font-size:11px;
font-family:Arial;
font-weight: bold;
}