@charset "utf-8";
/* CSS Document by WORD Web Design */

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

body {
	background-color: #737473;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}

/* Font Styles */	
	
.subfooter {
	font-size: 11px;
	color: #CCC;
}

.H3 {
	font-weight: bold;
	font-size: 16px;
	color: #FF7E15;
}

.formtext {
	font-weight: bold;
	text-align: right;
	font-size: 12px;
	color: #411E20;
	padding-right: 10px;
}
.formquestions {
	text-align: right;
	padding-right: 10px;
}	

.footerreverse {
	color: #FFF;
	font-weight: bold;
}


/* Link Styles */

a:link {
	color: #AD420E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AD420E;
}
a:hover {
	text-decoration: underline;
	color: #DB5311;
}
a:active {
	text-decoration: none;
	color: #AD420E;
}

