body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('images/body_bg.jpg');
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: none;
}
.content img {
	width: 240px;
	height: 180px;
	border: 1px solid #3399cc;

	background-color: #33ccff;
	padding: 0;
	margin: 1px 1px 0 0;
}
.content img:hover {
	border: 1px dashed  #ffffff;
}
p {
	width: 500px;
	color: #336699;
	font-size: 12px;
}
p a {
	color: #336699;
	font-size: 12px;
	font-weight: bold;
}
p.bookmark {
	width: 1000px;
	height: 30px;
	background-image: url('images/p_bg.jpg');
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
p.bookmark a {
	color: #336699;
	font-size: 18px;
	font-weight: bold;
}
p.header {
	width: 1000px;
	height: 30px;
	background-image: url('images/p_rev_bg.jpg');
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
p.intro {
	width: 300px;
	padding: 0px;
	color: #336699;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
table.block_traders {
	width: 100%;
}
table.block_traders td {
	background-color: #a1daf5;
	width: 33%;
	padding: 5px;
	text-align: center;
}
table.block_traders td a {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}
table.maintop {
	margin-top: 30px;
	width: 1000px;
}
table.maintop td {
	width: 25%;
	color: #336699;
	font-size: 12px;
	text-align: left;
}
table.maintop td a {
	color: #336699;
	font-size: 12px;
	font-weight: bold;
}
.thumbolink {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	text-align: left;
	font-weight:bold;
	background-color:#a1daf5;
	padding: 5 5 5 5;
}

.thumbolink a {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:#336699;
	text-align:center;
	text-decoration:underline;
}

.thumbolink a:link {text-decoration:underline;	color:#336699;}
.thumbolink a:hover {text-decoration: none;	color:#336699;}
.thumbolink a:visited {text-decoration:underline;	color:#336699;}

.thumbolink a:link img {  border-color:#ffffff; border-width: 2px; border-style: dashed;}
.thumbolink a:hover img {  border-color:#3399cc; border-width: 2px; border-style: solid; }
.thumbolink a:visited img {  border-color:#ffffff; border-width: 2px; border-style:dashed;}
.thumbolink a:active img { border-color:#3399cc; border-width: 2px; border-style: solid; }
