body	{
	background-color:#333333;
	font-family: sans-serif;
	text-align:center;
}
label	{
	color: #fff;
}
a:link, a:visited	{
	text-decoration:none;
	color: #7cae28;
}
a:hover	{
	color: #ddc622;
}
ul{
	margin-left: 20px;
	margin-bottom: 10px;
}
li	{
	margin-left: 20px;
	list-style:disc;
}
p	{
	margin-bottom: 10px;
	line-height:14px;
}
label	{
	float:left;
	width: 125px;	
	margin-top: 3px;
	margin-bottom: 3px;
}
fieldset div	{
	padding-top: 3px;
	padding-bottom: 3px;
}
#spread	{
	width: 800px;
	margin: 0 auto;
}
#container {
	background-color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	color: #fff
}
#pageheader	{
	font-size: 20px;
	height:87px;
	color: #ff0000;
	border-bottom: 1px solid #fff;
}
#maincontent	{
	margin: 15px;
}
#locale	{
	text-align:left;
}
#content	{
	font-size: 12px;
	min-height: 400px;
	text-align:left;
}
#pagenav	{
	text-transform:uppercase;
	text-align:right;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-right: 10px;
	border-bottom: 1px solid #fff;
}
#pagenav a:link, #pagenav a:visited	{
	color: #ffffff;
	text-decoration:none;
}
#pagenav a:hover	{
	color: red;
}
#footer	{
	padding-top: 5px;
	text-align: right;
	font-size: 10px;
	color: white;
}
#footer a:link, #footer a:visited	{
	color: #e52b54;
	text-decoration:none;
}
#footer a:hover	{
	color: black;
}
.formlabel	{
	color: #fff;
}