body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #669900;
}
a:active {
	color: #333333;
}

.Arial11White {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.Arial11White a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.Arial11White a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.Arial11White a:hover {
	color: #000000;
	text-decoration:none;
}
.Arial11White a:active {
	color: #FFFFFF;
	text-decoration:none;
}

.Arial12Green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #669900;
}
.Arial12Green a:link {
	color: #669900;
}
.Arial12Green a:visited {
	color: #669900;
}
.Arial12Green a:hover {
	color: #000000;
}
.Arial12Green a:active {
	color: #669900;
}
#contact ul{
	list-style-type: none;
	margin-left: 40px;
}
#contact table{
	width: 580px;
	font-family: Arial, Helvetica, sans-serif;
    border-collapse:collapse;
    border-color: #CCCCCC;
}
#contact table th{
	background: #669900;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
}
#contact table td, th{
	padding: 3px;
	font-size: 13px;
}
#contact table td input{
	width: 200px;
}
#contact table td textarea{
	width: 200px;
	height: 100px;
}
#contact table .firsttd{
	background: #E2F1CF;
	font-weight: bold;
	color: #739A00;
}
#contact table .secondtd1{
	background: #EFEFEF;
}
#contact table .secondtd2{
	background: #FFF;
}
#contact div{
	margin-top: 10px;
	width: 100%; 
	text-align: center;
}
.footer_links{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.footer_links li{
	display: inline;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	border-left: solid 1px;
}
.footer_links .first{
	padding-right: 10px;
	padding-left: 0px;
	border: none;
}
label { width: 250px; }
label.error{ 
    margin-left: 5px; 
    color: #FF0000;
    width:auto;
    display:inline;
    font-style:italic;
    line-height:1.8;
}
input.error,select.error {
    border:1px dotted red;
}
