body {
	background-image: url(img/bg.gif);
	background-color: #1F4C60;
}
body,td,th {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #DBE0EA;
}
#nav {
	/*color: #dab265;*/
	font-weight: bold;
	font-size: 14;
}
a:link, a:visited, a:active {
	color: #EBBF61;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
#nav a:link, #nav a:visited, #nav a:active {
	color: #daab50;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: none;
	color: #e27d33;
}
.style2 {color: #8EA3B9}
.error {color: #DB5733; font-weight: bold;}
.formfield {border: 1px solid rgb(17, 44, 55); background-color: rgb(32, 83, 102); font-weight: normal; color: white; width: 150px; height: 20px; font-size: 10pt;}
.formbutton {border: 1px solid rgb(17, 44, 55); background-color: rgb(27, 76, 93); font-weight: normal; color: rgb(205, 215, 219); width: 100px; height: 20px; font-size: 10pt;}
h1 {
	font-size: 18;
	color: #CAE95F;
}
a:focus {
outline:0px;
}