.white_bg {
	background-color: #FFFFFF;
}
.background {
	margin: 0px;
}
.blue_bg {
	background-color: DEEEF5;
	background-image: url(new_images/top_blue.gif);
	background-repeat: repeat;
}
.main_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006713;
	text-decoration: none;
}
.blod_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006713;
	text-decoration: none;
	letter-spacing: -1px;
}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006713;
	text-decoration: none;
	text-align: right;
}
.gradient {
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #4ACF62;
}

.footer_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006713;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
}

.footer_border_blu {
	border: thin solid #0F63B5;
}
.footer_border_ltblu {
	border: thin solid #B5DAFF;
}
.footer_border_grn {
	border: thin solid #41AD49;
}
a.table:link {
	color: #3399FF;
	text-decoration: underline;
}
a.table:visited {
	color: #3399FF;
	text-decoration: underline;
}
a.table:hover {
	color: #006713;
	text-decoration: none;
}
a.table:active {
	color: #3399FF;
	text-decoration: none;
}
