/* CSS Document */

html, body { height:100% }

BODY {
  background-color: #000000;
  background-image:url('graphics/page-bkgd.gif');
  background-repeat:repeat-x;
  margin: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
}
.formstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #141314;
}
.formstext a:link { color: #141314; text-decoration: underline }
.formstext a:active { color: #141314; text-decoration: underline }
.formstext a:visited { color: #141314; text-decoration: underline }
.formstext a:hover { color: #A29F9f; text-decoration: underline }

.testimonialtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.testimonialheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color: #FFF200;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #FFF200;
}
.footertext a:link { color: #FFF200; text-decoration: none }
.footertext a:active { color: #FFF200; text-decoration: none }
.footertext a:visited { color: #FFF200; text-decoration: none }
.footertext a:hover { color: #FFF200; text-decoration: underline }

/* Background images */
.bkgd-topright {
	background-image:url('graphics/top-right.gif');
	background-repeat: no-repeat;
}
.bkgd-footer {
	background-image:url('graphics/bkgd-footer.gif')
}
.bkgd-testimonials {
	background-image:url('graphics/bkgd-testimonials.gif');
	/*background-repeat: repeat*/
	background-repeat:repeat-y;
}
.bkgd-full {
	background-image:url('graphics/bkgd-full.gif');
	background-repeat: repeat
}
