@charset "utf-8";
/* CSS Document */
html, body {
    height:100%;
    margin:0; 
    padding:0;
    background:#CAA1A6 url(images/bg.jpg) top right repeat-x;
    color:#E5001D;
}
body, td, th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
td, th {
	color: ffffff;
}
A {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
}
a:link {
	color: #900B1E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900B1E;
}
a:hover {
	text-decoration: underline;
	color: #CF031C;
}
a:active {
	text-decoration: none;
	color: #CF031C;
}
a img{
	border:1px solid #FFFFFF;
	background-color: #8E0B1D;
}
a:hover img{
	border:1px solid #FFC198;
	background-color: #8E0B1D;
}
a:link.trader, a:visited.trader{
    text-decoration: none;
	color: #FFFFFF;
}	
a:hover.trader{
    text-decoration: underline;
	color: #FFFFFF;
}	
table.thumbblock{
	border: thin solid #EAEAEA;
	background-color: #8E0B1D;
}		
td.thumbblock {
	background-color: #8E0B1D;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.bottom {
	padding: 10px;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #8E0B1D;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/bottom_01.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	color: #8E0B1D;
	font-family: Tahoma;
}

