html, body {
	margin: 0px;	
	background-color: #a3a3a3;
	font-family: verdana;
	font-size: 12px;
	color: #424241;
}

div {
	line-height: 130%;
}

img {
	border-width: 0px;
	margin: 0px;
}

form {
	margin: 0px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #fe7e01;
	margin-bottom: 15px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1px;
}

a:link, a:active, a:visited {
	color: #fe7e01;
	text-decoration: none;
}

a:hover {
	color: #fe7e01;
	text-decoration: underline;
}

a.Footer:link, a.Footer:active, a.Footer:visited {
	color: #ffffff;
	text-decoration: none;
}

a.Footer:hover {
	color: #ffffff;
	text-decoration: underline;
}

#PageContainer {
	margin: 15px auto;
	width: 800px;
	background: #afafad;
	padding: 15px;
}

#PageBody {
	background: #ffffff;
	padding: 40px;
}

#PageHeader {
	margin-bottom: 15px;
}

#PageHeaderLinks {
	float: right;
	margin-top: 10px;
}

#PageHeaderLinks a {
	margin-left: 15px;
	color: #424241;
}

#PageBanner {
	margin-bottom: 20px;
}

#PageFooter {
	margin: 15px auto 0px auto;
	padding-bottom: 15px;
	text-align: center;
	color: #ffffff;
}

.FormElement {
	font-family: verdana;
	font-size: 10px;
	color: #424241;
	width: 180px;
	border: solid 1px #a3a3a3;
}

.FormElementMissing {
	font-family: verdana;
	font-size: 10px;
	color: #424241;
	width: 180px;
	border: solid 1px red;
}

.FormButton {
	font-family: verdana;
	font-size: 10px;
	color: #424241;
	width: 90px;
}

.FormButton_Signup {
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	width: 228px;
	height: 31px;
	background: url('../gfx/btn_signup.gif') no-repeat;
	border-width: 0px;
	cursor: pointer;
}

.ErrorText {
	color: red;
}

.Clear {
	clear: both;
	overflow: hidden;
	height: 1px;	
}

.Hidden {
	display: none;
}
