body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 18px;
	color: #000000;
	padding: 20px;
}
.content h1 {
	font-size: 13px;
	font-weight: bold;
	color: #D49C2D;
	text-transform: uppercase;
}
.disclaimer {
	display: none;
}
.disclaimer a {
	color: #D49C2D;
	text-decoration: underline;
}
.disclaimer a:hover {
	color: #D49C2D;
	text-decoration: none;
}

.content  ul {
	margin-left: 15px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.content a {
	color: #C78E25;
	text-decoration: underline;
}
.content a:hover {
	color: #000000;
	text-decoration: underline;
}
.ulsquare {
	list-style-type: square;
	margin-left: 15px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #59534C;
}
.inputred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #CC0000;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #D49C2D;
	border: 1px solid #59534C;
	font-weight: bold;
}
.content hr {
	color: #D49C2D;
	background-color: #D49C2D;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.hide {
	display: none;
}
