@charset "utf-8";
/* CSS Document */
body {
	background-color: #E5E5E5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
A:hover {
	text-decoration: underline;
	color: #484848;
}
a:link img.thumb, a:visited img.thumb {
	border: 1px dashed #000000;
}
a:hover img.thumb {
	border: 1px solid #000000;
	filter: Gray;
}
a.trader:link, a.trader:visited {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}    
a.trader:hover {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.bottom {
	padding: 20px;
	border-bottom-width: thick;
	border-bottom-style: dotted;
	border-bottom-color: #2C2C2C;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
