@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	color: #444B4C;
	font-size: 12px;
}
body {
	background-color: #7E7E7E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #444B4C;
}
a:visited {
	color: #444B4C;
}
a:hover {
	color: #b24800;
}
a:active {
	color: #444B4C;
}

.white {
	color:#FFF;
}
.green {
	color:#4d7c23;
}
.green a:link{
	color:#4d7c23;
	text-decoration: none;
}
.green a:hover{
	color:#4d7c23;
	text-decoration: underline;
}
.green a:active {
	color:#4d7c23;
	text-decoration: underline;
}
.green a:visited{
	color:#4d7c23;
	text-decoration: none;	
}
.orange14{
	color: #e67201;
	font-size:14px;
	font-weight: bold;
}
.green14{
	color:#4d7c23;
	font-size: 14px;
	font-weight: bold;
}
.gray11{
	font-size: 11px;
	line-height: 130%;
}
.testimonial{
	font-family:"Courier New", Courier, monospace;
	font-size: 14px;
	color: #265100;
	line-height: 120%;
}
.googleSubject {
	color: #0000cc;
	font-weight: bold;
	font-size: 11px;
}
.googleLink {
	color: #008000;
	font-size: 11px;
}
.googleAd {
	color: #000000;
	font-size: 11px;
}
.alerts {
	color: #b24800;
	font-size: 11px;
}
hr {
	color:#CCCCCC;
	background-color:#CCCCCC;
	height: 1px;
	margin-bottom: 10px;
	border: 0px;
}
.registration_table{
	border: double;
	border-color:#CCCCCC;
	margin-bottom: 5px;
}