body {
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #5B5624;
	scrollbar-track-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-arrow-color:#000000;
	scrollbar-face-color:#ffffff;
	scrollbar-shadow-color:#cccccc;
	scrollbar-darkshadow-color:#cccccc;
	scrollbar-highlight-color:#ffffff;
}
table, td, tr, embed, object {
	border-spacing:0px!important;
	border-collapse: collapse;
	margin:0px;
}
img {
	display:block;
}
a.bottom {
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
a.bottom:visited {
	color:#cccccc;
	text-decoration:underline;
}
a.bottom:hover {
	color: #FF6600;
	text-decoration:underline;
}
.topCell {
	background-image: url(images/top2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 48px;
	padding-right: 10px;
	padding-top:10px;
}
.bottomCell {
	background-repeat: no-repeat;
	background-position: 0px top;
	height: 64px;
}
/* -------------- Mailing List Page ------------*/
.mailingFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.mailingtextField {
	font-family: Arial, Helvetica, sans-serif;
	background:transparent !important;
	font-size: 11px;
	color: #ffffff;
	border: 1px solid #FFFFFF;
	height: 18px;
	width: 148px;
	font-weight: normal;
	margin-left: 0px;
	margin-bottom: 1px;
}
.mailingsubmitButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background:#FFFFFF !important;
	border: 1px none #CCCCCC;
	height: 18px;
	width: 42px;
}
.smallText {
	font-size: 11px;
}
.playerbuttons: {
	margin-top:4px;
}
.audio_button {
	background-repeat: repeat;
	background-position: 0px 0px;
	float: left;
	height: 19px;
	width: 19px;
	margin-right: 3px;
	display: block;
	overflow: hidden;
}
.audio_button:hover {
	background-position: 0px 19px;
}
#titlebox {
	font-size: 12px;
	color: #fff;
	background-color: transparent;
	height: 19px;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	float:left;
	margin-right:0px;
	margin-left:0px;
	margin-top:-1px;
}
#playbutton {
	background-image: url(images/playbut.png);
}
#pausebutton {
	background-image: url(images/stopbut.png);
}
#prevbutton {
	background-image: url(images/prevbut.png);
}
#nextbutton {
	background-image: url(images/nextbut.png);
}

#altplayer {
	position:absolute;
}