body {
	margin-top: 0px;
	background-color: #201727;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-image: url(images/textbg.jpg);
	color: #FFFFFF;
	font-weight: normal;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFCC00;
	font-weight: bold;
}
.mainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 1.5em;
}
.mainText1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFCC00;
}
.mainText2 {
	font-family: "Century Gothic";
	font-size: 10pt;
	color: #000000;
}
.titleText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFCC00;
	font-weight: bolder;
}
.titleText1 {
	font-family: "Century Gothic";
	font-size: 14pt;
	color: #990000;
	font-style: normal;
	font-weight: bold;
}
.titleText2 {
	font-family: "Century Gothic";
	font-size: 14pt;
	color: #000000;
}
#contactForm {
	margin: 30px 0 50px;
}
#contactForm span, #scheduleForm span {
	color: #FF0000;
}
#aboutUs {
	margin-bottom: 30px;
}
.formText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #660000;
}
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
}
a:link {
	color: #E6E47D;
	text-decoration: underline;
}
a:visited {
	color: #DAD874;
	text-decoration: underline;
}
a:hover {
	color: #DEDF82;
	text-decoration: none;
}
a.footerNav:link {
	color: #999999;
	text-decoration: none;
	font-size: 8pt;
}
a.footerNav:visited {
	font-size: 8pt;
	color: #999999;
	text-decoration: none;
}
a.footerNav:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-size: 8pt;
}
#error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF3333;
	line-height: 1.5em;
}
#thanks {
	margin-bottom: 100px;
}
