body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/bg.jpg); background-position:center;
}
.style1 {color: #003399}
.style2 {
	font-size: 18px;
	font-weight: bold;
}
.style3 {
	font-size: 12px;
	line-height: 18px;
}
.style4 {font-size: 10px}
.style7 {
	font-size: 10px;
	color: #003399;
	line-height: 14px;
}
a:link{
	color: #003399;
	text-decoration: underline;
}
a:visited{
	color: #003399;text-decoration: underline;
}
a:hover{
	color: #6A9EFF;
	text-decoration: none;
}
a:active{
	color: #6A9EFF;text-decoration: none;
}
.formbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #003399;
}
input.btn{
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	background-color:#003399;
	border-color:#003399;
    border-width: 1px;
	border-style: solid;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
input.btnhov{
	background-color:#fff;
	border-color:#003399;
   	color: #003399;
}