@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-attachment: fixed;
	background-color: #021651;
	background-image: url(../images/bak.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body, td, th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12pt;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #003333;
}
.footer {
	font-size: 9px;
	color: #CCCCCC;
}
.footer a:link {
	color: #FFFFCC;
}
.footer a:hover {
	color: #FFFF00;
}
html, body{
scrollbar-face-color:#021651;
scrollbar-base-color:#889803;
scrollbar-arrow-color:black;
scrollbar-track-color:#595758;
scrollbar-shadow-color:#021651;
scrollbar-highlight-color:#4ed0fc;
scrollbar-3dlight-color:#4ed0fc;
scrollbar-darkshadow-Color:#021651;
}.yellow {
	background-color: #FFFF00;
}
#formtable1 {
	border:2px dashed #003399;
        background-color:#ddeeff;
        width:300px;
}


#formtable2 {
	border:2px solid #000000;
        background-color:#CCFFFF;
        width: 800px;
		margin-top: 25;
		margin-left: 25;
		margin-right: 25; 
}

#formtable3 {
	border:2px dashed #cccccc;
        background-color:#EAF4FF;
        width:500px;
}

