@charset "utf-8";
body {
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	color: #CCCCCC;
}
.main {
	background-color: #403B37;
	vertical-align: top;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.title {
	background-color: #403B37;
	vertical-align: top;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #CCC;
}
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B8B3AD;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	background-color: #403B37;
	padding-bottom: 10px;
}
.navigate {
	background-color: #403B37;
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 5px;
}
.textfield {
	background-color: #E1DFDD;
	border: 1px inset #000000;
}
.formlabel {
	font-weight: bold;
	font-size: 12px;
}
