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

.marketwrap

{
	float: left;
	width: 100%;
	padding-bottom: 8px;
	display: block;
	height: auto;
	padding-top: 7px;
}

.description
{
	float: right;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
}


a:link {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

