body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #9F9B75;
}

a:link {
	color: #736B4C;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #736B4C;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #797450;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #797450;
	font-weight: bold;
}

.bodyCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
h1 {
	font-size: 18px;
	color: #736B4C;
	text-transform: uppercase;
	font-weight: normal;
}
h2 {

	font-size: 12px;
	color: #797450;
}
.ftrCopy {
	color: #FFFFFF;
	padding-bottom: 9px;
	padding-left: 30px;
}

.ftrCopy a:link, .ftrCopy a:visited  {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.ftrCopy a:active, .ftrCopy a:hover  {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

/* image styling */



.left {
		float: left;
		margin: 10px 5px 5px 0  !important;
		margin: 12px 2px 0 0;
	}

.right {
		float: right;
		margin: 10px 0 5px 10px !important;
		margin: 12px 0 0 5px;
	}

.nomarg {
		margin: 10px 0 5px 0 !important;
		margin: 12px 0 0 0;
	}

.shadow {
		 /* background: url(../images/shadow1.gif) no-repeat bottom right;*/
		}

.shadow div {
		 /* background: url(../images/shadow2.png) no-repeat left top !important;
		  background: url(../images/shadow2.gif) no-repeat left top; */
		  padding: 0px 5px 5px 0px;
		}

.shadow img {
		  background-color: #fff;
		  border: 1px solid #a9a9a9;
		  padding: 5px;
		}

.imageOver, a.imageOver, a.imageOver img {
	filter: Alpha(opacity=100); /* IE */
	-moz-opacity: 1; /* Mozilla */
}

a.imageOver:hover, a.imageOver:hover img {
	filter: Alpha(opacity=80);
	-moz-opacity: .9;
} 


