.bdyGreen {
	background-color: #114f14;
	color: #000000;
}
.lightGreen {
	background-color: #9db495;
}
.bgBow {
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(images/BowHunter_phantom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.tblBackGroundImage {
	background-image: url(images/<?php echo $rstPropWithImages->Fields('Path'); ?>);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
a:visited, a:link, a:active {
	color: #006666;
}
a:hover {
	color: #009933;
}
