@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #466115;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
}
a:link {
	color: #788E3C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #91AD48;
}
a:hover {
	text-decoration: underline;
	color: #2B4603;
}
a:active {
	text-decoration: none;
	color: #2B4603;
}
a:link img.thumb, a:visited img.thumb{
	border: 1px dashed #4B5E1C;
}
a:hover img.thumb{
	border: 1px solid #4B5E1C;
}
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;
}
.header {
	background-color: #FFFFFF;
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.bottom {
	padding: 20px;
	border-bottom-width: thick;
	border-bottom-style: dotted;
	border-bottom-color: #466115;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	background-image: url(images/bottom_01.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
