td {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; line-height: normal; font-size: 8pt;}
a {  color: #663300;; font-size: 8pt}
.highlighted {  color: #003366}
p { font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; line-height: normal; font-size: 8pt; }
.white {  color: #FFFFFF}
#header {
	color: #663400;
	text-align: center;
}
#header H1 {
	color: #663400;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	position: relative;
	visibility: visible;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#footer H2 {
font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; line-height: normal; font-size: 7pt;
}
#footer {
font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; line-height: normal;
}#footer a:link {

font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; line-height: normal; font-size: 8pt;
}
#footer2 {
	color: #FFFFFF;
	text-align: center;
}
#footer2 a:link {
	color: #FFFFFF;
}
#footer2 a:hover {

	color: #FFFFFF;
}
#footer2 a:active {


	color: #FFFFFF;
}
#footer2 a:visited {



	color: #FFFFFF;
}
h1 {

	color: #663400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#middle {
}
#middle h1{
	color: #663400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#middle h2 {

	color: #663400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#middle h3 {


	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

/*
// ---------------------------------------------------------------------
// Author: Michael A. Karr | mike@advp.com
// File Name: validate.css
// File Dependants: include/contactForm.php, js/validate.js
// Date: 04/20/2006
// Last Modified: 04/20/2006 | Michael A. Karr
// ---------------------------------------------------------------------
*/


/* [ Form Element Styles ] */

/* [ GLOBALS ] */

input {
	width: 100%;
}

select {
	width: 100%;
}

textarea {
	width: 100%;
}

fieldset {
	border: 1px solid #CCCCCC;
}

label {
	font-weight: bold;
	display: block;
	clear: both;
}

/* [ Required Field Styles ] */

.required {
	border-left: 4px solid #CCCCCC !important;
}

/* [ Other Elements ] */

.spanLabel {
	display: block;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}

.submitButton {
	font-weight: bold;
	width: 150px !important;
}

/* Text Fields */
.text {
	border: 1px solid #CCCCCC;
}

/* Text Fields On Focus */
.text_focus {
	background-color: #FFFFCC;
	border: 1px solid #CCCCCC;
}

/* Text Fields On Error */
.text_err {
	color: #FFFFFF;
	background-color: #990000;
	border: 1px solid #CCCCCC;
}

/* Textarea Fields */
.textarea {
	width: 100%;
	border: 1px solid #CCCCCC;
}

/* Textarea Fields On Focus */
.textarea_focus {
	color: #000000;
	background-color: #FFFFCC;
	border: 1px solid #CCCCCC;
}

/* Textarea Fields On Error */
.textarea_err {
	color: #FFFFFF;
	background-color: #990000;
	border: 1px solid #CCCCCC;
}

/* Select & Select-Multiple Fields */
.select {
	border: 1px solid #CCCCCC;
}

/* Select & Select-Multiple Fields On Focus */
.select_focus {
	background-color: #FFFFCC;
	border: 1px solid #CCCCCC;
}

/* Select & Select-Multiple Fields On Error */
.select_err {
	color: #FFFFFF;
	background-color: #990000;
	border: 1px solid #CCCCCC;
}