BODY {	
    color: #000000;
    background:	#F0CCAA;
}	

P, TD {
    font-family: Arial, Helvetica, sans-serif;
}

H1, H2, H3 {
    font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
    color: #009;
}

.sitelinks {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: smaller;
    font-style: normal;
}	

.bodytext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
}

.link-list {
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
    margin-bottom: 5px;
    margin-top: 5px;
}

.bluetext {
    color: #009;
}

HR	{	
	visibility:	normal;
	color: #009;
	height:	2px;
	width: 75%;
	}	


A:link {	
    color: #0000EE;
}	
		
A:visited {	
    color: #551A8B;
}	
		
A:active {	
    color: #EE0000;
}	
	
A:hover {	
    color: #EE0000;
}	
	

#contact-form {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 2px solid #E29A54;
	padding: 0px;
	margin-bottom: 25px;
}

#contact-form p {
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}

#contact-form p.title {
	color: #003366;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contact-form th {
	padding: 4px 4px 4px 10px;
	background-color: #E29A54;
	text-align: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
}
#contact-form td {
	background-color: #F8E5D2;
	text-align: left;
	padding-left: 4px;
	padding-bottom: 7px;
	padding-top: 7px;
}



input, select, textarea {
	border: 1px solid silver;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #990000;
	padding-left: 3px;

}
input.error, select.error, textarea.error {
	padding-right: 16px;
	border: 1px solid red;
	background-color: #fffce2;
	background-image: url(../images/warning_obj.gif);
	background-position: right;
	background-repeat: no-repeat;
}
input:focus, select:focus, textarea:focus {
	border: 1px solid red;
	background-color: #efefef;
}