.BG_top_right {
	background-repeat: no-repeat;
	background-position: right top;
}
.BG_top_left {
	background-repeat: no-repeat;
	background-position: left top;
}
.BG_1px_from_top {
	background-repeat: no-repeat;
	background-position: left 3px;
}
.BG_bot_left {
	background-repeat: no-repeat;
	background-position: left bottom;
}

.txt_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.BG_center_center {
	background-repeat: no-repeat;
	background-position: center center;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #007229;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #007229;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #007229;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #007229;
}

.left_Y_BG {
	background-repeat: repeat-y;
	background-position: left;
}
.txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #C3EBD3;
}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #007229
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #007229
}
.BG_top_center {
	background-repeat: no-repeat;
	background-position: center top;
}
.BG_bot_right {
	background-repeat: no-repeat;
	background-position: right bottom;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #007229;
	border: 1px solid #C3EBD3;
	background-color: #FFFFFF;
	margin:2px;
}
.BG_left_center {
	background-repeat: no-repeat;
	background-position: left center;
}
.maps {
	background-color: #006699;
}
.form_submit {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #007229;
	border: 1px solid #C3EBD3;
	background-color: #FFFFFF;
	margin:2px;
	background-image: url(images/submit_BG.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
