.bold_text {
    font-weight: bold ! important;
}

a:hover {
    color: #0000FF;
    text-decoration: underline;
}

a.inverse {
    color: #8FAA13;
    text-decoration: none;
}

a:hover.inverse {
    color: #0000FF;
    text-decoration: none;
}

img {
    border: none;
}

.top td {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;
    color: #424342;
}

.top a {
/*color: #828282;*/
    color: #8FAA13;
    text-decoration: none;
}

.top a:hover {
/*color: #8FAA13;*/
    color: #424342;
    text-decoration: none;
}

.bottom {
    background-color: #CECECE;
    border-top: 2px solid #828282;
}

.bot td {
    color: #696969;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
}

.button {
    border: none;
    background: url('http://www.reviewspress.com/images/buy-today-button-go.gif') no-repeat top left;
	 width: 231px;	 height: 53px;
    padding: 0px;
}

br { clear: left; }

/*********************************************
		Affiliate Styles
*********************************************/
#aff {

	width: 654px;
	color: #666;
	margin: 0px auto;
	padding: 0px 0px;
	clear: both;
	text-align: left;
	font-size: 11px;
}
#aff a {
	color: #666;
	text-decoration: underline;
}
#aff a:hover {
	color: #000;
	text-decoration: none;
}
#aff .left {
	width: 40%;
	float: left;
	margin: 0px 0px 0px 20px;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {

	width: 654px;
	color: #666;
	margin: 0px auto;
	padding: 15px 0px;
	clear: both;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	border-top: 1px solid #C0C0C0;
}
#footer a {
	color: #666;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
#footer .left {
	width: 40%;
	float: left;
	margin: 0px 0px 0px 20px;
}
#footer .right {
	width: 40%;
	float: right;
	text-align: right;
	margin: 0px 20px 0px 0px;	
}