/* ----------page styles-------- */
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
}



p {
margin-top: 0;}


/* ----------link styles-------- */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
color: #FFFFFF;
text-decoration: none;}

a:hover {
color: #FFFFFF;
text-decoration: underline;}

a:active {
color: #FFFFFF;
text-decoration: none;}


/* ----------text styles-------- */
.homecopy {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.15em;
	font-weight: bold;
}

.contactcopy {
	font-size: 15px;
	color: #FFFFFF;
	line-height: 1.35em;
	font-weight: bold;
}

.sidecopy {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.75em;
	font-weight: bold;
	padding-left: 38px;
	padding-right: 71px;
	font-family: Arial, Helvetica, sans-serif;
}

.formcopy {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.75em;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}

.footer {
	font-size: 10px;
	color: #FFFFFF;
	line-height: 1.15em;
	font-family: Arial, Helvetica, sans-serif;
}

.footerhead {
	font-size: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25em;
}

.footerheadbullet {
	font-size: 20px;
	color: #BFAA33;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25em;
}

