body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}
a:link {
	color: #CC7B11;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #CC7B11;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	font-weight: normal;
}
.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: normal;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: normal;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #cc7b11;
	line-height: 20px;
	font-weight: normal;
}
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: normal;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #cc7b11;
	line-height: 20px;
	font-weight: normal;
}
