@charset "utf-8";
/* CSS Document */

body { 
	 margin:0px; 
	 padding:0px; 
	 background-color:#bf7328 
	 }
body, td 
	{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#572200; 
	} 

/*some standards*/
form, ul, ol, h1, h2, h3, h4, h5 { padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:0px; }
p { margin:0px; }
a img { border: none; } /*default border attribute on images that have a link*/

.buy_now_button{
	background-image:url(../styleImages/button.gif);
	width:155px;
	height:32px;
	}
a.buy_now_button {
	color: #FFFFFF;
	font-weight:bold;
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	width:155px;
	height:32px;
}
a.buy_now_button:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: underline;
	font-weight:bold;
	font-size:18px;
	width:155px;
	height:32px;

}