@charset "utf-8";
body {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #1209B4;
	background-image: url(../images/blue4.jpg);
	background-repeat: repeat;
	margin: 5px;
	padding: 5px;
	width: 100%;
}
.copy {
	font-size: small;
	text-align: center;
}

#header {
	width: 100%;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: smaller;
	color: #FFFFFF;
	text-align: center;
	float: none;
}
table {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	background-color: #1209B4;
}
#headertext {
	font-family: "Times New Roman", Times, serif;
	color: #996600;
	background-color: #663300;
	text-align: center;
	width: 152px;
	background-position: center top;
	margin: 0px;
	padding: 5px;
	float: none;
}

#right {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	float: right;
	background-position: left top;
}
#left {
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	float: left;
}

hr {
	color: #0066FF;
}
#form1 {
	height: 100%;
}
a:visited {
	color: #00FFFF;
}
