/* CSS Document */

body {
	background-color: #9CB059;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.jpg);
	background-repeat:repeat-x;
}

a {
	color:#003300;
}

a:active, a:hover {
	color:#c44208;
}

a:visited {
	color:#996600;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003300;
	line-height: 24px;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003300;
}

.required {
	font-size: 11px;
	font-weight: bold;
	color: #c44208;
}

.testimonial_quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #264F13;
	line-height: 20px;
	font-style: italic;
}

.testimonial_sig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #264F13;
	line-height: 20px;
}

.copyright {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    color: #000000;
}
