a.marketbutton:link, a.marketbutton:visited {
	margin: 0px;
	padding: 10px 5px;
	display: block;
	border-top: 2px solid #EEEEEE;
	border-right: 2px solid #DDDDDD;
	border-bottom: 2px solid #CCCCCC;
	border-left: 2px solid #DDDDDD;
	text-decoration: none;
	color: #0058A8;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #FFFFFF;
	width: 152px;
}
a.marketbutton:hover
{
	text-decoration: none;
	border-top-color: #5499D8;
	border-right-color: #0058A8;
	border-bottom-color: #00396C;
	border-left-color: #0058A8;
}
a.marketbutton:active, a.marketbutton:focus {
	border-top-color: #00396C;
	border-right-color: #0058A8;
	border-bottom-color: #5499D8;
	border-left-color: #0058A8;
	letter-spacing: normal;
	text-decoration: none;
}