@charset "UTF-8";
.shadetabs{
list-style-type: none;
height:31px;
font-size:9px;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
}

.shadetabs li.selected a:hover{ /*selected main tab style */
}

.contentstyle{
	margin:0 auto;
	margin-top:2px;
	border: 2px solid #989898;
	border-top:none;
	width: 900px;
	height:460px;
	padding:14px;
	background: #FFFFFF url(../images/logo_tr.png) no-repeat;
	background-position:400px 300px; 
}
