.quoteHead {
	background-image:url('/images/quote_head.jpg'); width: 222px; height: 27px;
}
.quoteHead p {
	font-weight: bold;
	padding-top: 7px;
	text-align: center;	
}
.marketHead {
	 background-image:url('/images/re_market_header.jpg'); width: 222px; height: 30px;
}
.marketHead p {
	font-weight: bold;
	padding-top: 7px;
	text-align: center;	
}
.button {
	background-color: #D9D9D9;
	border: 1px double #666 !important;	
	display:block !important;
	height:35px !important;	
	width:220px !important;	
	font-size: 12pt;
	font-weight: bold;	
	color: #000;
	text-align: center;
	text-decoration: none;
}
.button:hover {
	background-color: #999999;						
	color: #000;
}
.button .text {
	position: relative;
	top: 7px;	
}