.site_bg {
	background-image: url(../images/site_bg.gif);
	background-repeat: repeat-x;
}
.green_bodytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3d611b;
	letter-spacing: 1px;
}
.blue_bold_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #204178;
	font-weight: bold;
}
site_bg {
	background-color: #D6D6BB;
}

.black_body_txt:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	letter-spacing: 1px;
	line-height: 18px;
	text-decoration:none;
}
.black_body_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	letter-spacing: 1px;
	line-height: 18px;
	text-decoration:none;
}
.brown_bold_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #504c31;
	letter-spacing: 1px;
	font-weight: bold;
}
.blue_body_txt:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #204178;
	text-decoration:underline;
}
.blue_body_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #204178;
	text-decoration:none;
}
.orange_bodytxt:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff6000;
	letter-spacing: 1px;
	text-decoration:none;
}
.orange_bodytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff6000;
	letter-spacing: 1px;
	text-decoration:none;
}
.link_txt_black:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	letter-spacing: 1px;
	text-decoration:underline;
}
.link_txt_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #343434;
	letter-spacing: 1px;
	text-decoration:none;
}
.link_txt_blackbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	text-decoration:none;
}
.border_blue {
	border: 1px solid   #CECECE;
}
