/* Styles for Fahrner Image Replacement
Join Now buttons */
.alt {
	display: none;
}
div.button_right {
	width: 103px;
	height: 30px;
	background-color: #FFFFFF;
	background: url(../i/orange_join.gif) center no-repeat;
	float: right;
	margin: 4px 0 -1px 6px;
	padding: 0;
	border: 0;
}
div.button_left {
	width: 103px;
	height: 30px;
	background-color: #FFFFFF;
	background: url(../i/orange_join.gif) center no-repeat;
	float: left;
	margin: 4px 5px -1px 0;
	padding: 0;
	border: 0;
}
#outer_wrap a.join_now {
	display: block;
	width: 103px;
	height: 30px;
	background: url(../i/blue_join.gif) center no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
}
#outer_wrap a.join_now:hover {
	background: url(../i/orange_join.gif) center no-repeat;
	border-bottom: none;
}
/* Read More button */
div.more_button {
	width: 103px;
	height: 30px;
	background-color: #FFFFFF;
	background: url(../i/orange_read.gif) center no-repeat;
	float: left;
	margin: 4px 3px 0 0;
	padding: 0;
	border: 0;
}
#outer_wrap a.read_more {
	display: block;
	width: 103px;
	height: 30px;
	background: url(../i/blue_read.gif) center no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
}
#outer_wrap a.read_more:hover {
	background: url(../i/orange_read.gif) center no-repeat;
	border-bottom: none;
}
/* Download button */
span.download_button {
	width: 103px;
	height: 30px;
	background-color: #FFFFFF;
	background: url(../i/orange_download.gif) center no-repeat;
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
	border: 0;
}
#outer_wrap a.download {
	display: block;
	width: 103px;
	height: 30px;
	background: url(../i/blue_download.gif) center no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
}
#outer_wrap a.download:hover {
	background: url(../i/orange_download.gif) center no-repeat;
	border-bottom: none;
}