@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #833464;
}
body,td,th {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a:link img.thumb, a:visited img.thumb{
	border: 1px dashed #FFFFFF;
}
a:hover img.thumb{
	border: 1px solid #FEDB6F;
}
a.trader:link, a.trader:visited {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}    
a.trader:hover {
	color: #EBBEDA;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.header {
	background-image: url(images/h_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.bottom {
	padding: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #466115;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/bottom_01.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

