@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/h_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FAF7D6;
}
body,td,th {
	color: #C82700;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #F63401;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F63401;
}
a:hover {
	text-decoration: underline;
	color: #B22000;
}
a:active {
	text-decoration: none;
	color: #B22000;
}
a:link img.thumb, a:visited img.thumb{
	border: 1px dashed #B42401;
}
a:hover img.thumb{
	border: 1px dashed #FF5004;
}
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;
}
div {
	white-space: nowrap;
}
.bottom {
	padding: 20px;
	border-bottom-width: thick;
	border-bottom-style: dotted;
	border-bottom-color: #C82700;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/bottom_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
