/* CSS Document */

body { 
background-color:#898888;
margin-top:0px;
margin-left:0px;
margin-right:0px;
scrollbar-face-color:#4A4747;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#808080;
scrollbar-arrow-color:#FFFF00;
scrollbar-track-color:#898888;
}

a img {
border:2px solid black}

a:hover img 
{
    border: 2px dashed red;
}

a img.noborder {
border: 0px;}

a.link_trade {
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color: #FFFF00;
}

a:hover.link_trade {
text-decoration:underline;
color:#FF0000;
}

.header {
	height: 94px;
	background-image:url(img/bg-head.gif);
	background-repeat:repeat-x;
	text-align:center;
	background-color: #4A4747;
}

.tab_head {
	width: 980px;
	height: 70px;
}

.logo {
	width: 563px;
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 22px;
}

.tab_head_left {
	width: 209px;
	text-align: center;
}

.text_top { 
width:90%;
height:auto;
text-align:center;
}

h1 {
	font-size:12px;
	color: #FEFE93;
}

.tab_head_right {
	width: 207px;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 19px;
}

.tab_content {
	width: 980px;
	height: auto;
}

.container_link_trade {
margin-top:20px;
text-align:center;
}

.nosee { display:none}
