td { 
	font-size: 12px;
	font-family: arial;
	color: #000000;
	}

.green {
	color: #669966;
	}	

.biggreen {
	font-size: 18px;
	font-family: arial;
	color: #006600;
	}

.foot { 
	font-size: 11px;
	font-family: arial;
	color: #666666;
	}

a { 
	font-size: 12px;
	font-family: arial;
	color: #005CB0;
	}

a:hover { 
	font-size: 12px;
	font-family: arial;
	color: #93BB59;
	}

a.foot { 
	font-size: 11px;
	font-family: arial;
	color: #336600;
	}

a.foot:hover { 
	font-size: 11px;
	font-family: arial;
	color: #A6944F;
	}

a.foot2 { 
	font-size: 11px;
	font-family: arial;
	text-decoration: none;
	color: #666666;
	}

a.foot2:hover { 
	font-size: 11px;
	font-family: arial;
	text-decoration: none;
	color: #A6944F;
	}

a.bold { 
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}

a.bold:hover { 
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	text-decoration: underline;
	color: #93BB59;
	}

li.check {
	list-style-image: url(images/li_check.gif);
	}
	
#contact-form label
{
	clear: left;
	float: left;
	margin-top: 10px;
}

#contact-form input, #contact-form textarea
{
	clear: left;
	float: left;
}

#contact-form #submit-btn
{
	clear: let;
	float: left;
	margin-top: 10px;
}

.error
{
	color: #ff0000;	
}
