body,td,th {
		font-family:"ËÎÌå";
		font-size: 9pt;			
		color: #000000;	
			
	}
body {
	background-color: #000000;
	margin-top:20px;
	text-align:center;
	
}
.top{
		width:960px;
		height:30px;
		margin:auto 0px;
		background:#000000;
		clear:both;	
}

.main{
		width:960px;
		height:600px;
		margin:auto 0px;
		background:#000000;
		clear:both;	
}
.flash{
		width:960px;
		height:550px;
		margin:auto 0px;
		background:#333333;
		clear:both;	
}
.dh{
		width:960px;
		height:50px;
		margin:auto 0px;
		background:#333333;
		clear:both;	
}

.dh1{
		width:30px;
		height:50px;
		margin:auto 0px;
		float:left;
}
.dh2{
		width:680px;
		height:50px;
		margin:auto 0px;
		background:#333333;
		float:left;
}
.dh3{
		width:250px;
		height:50px;
		margin:auto 0px;
		background-repeat:no-repeat;
		float:left;
}
#thicktabs{
margin: 0;
padding-left:40px;
float: left;
font-size:14px;
color:#CCCCCC;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color:#CCCCCC;
padding: 7px 12px; /*padding of tabs*/
text-decoration: none;
padding-bottom:1px;
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color:#CCCCCC;
}

#thicktabs li a:hover{
background-image:url(../images/pinkbgover.gif); /*background image swap on hover*/
}
#thicktabs li.selected a{
background-image:url(../images/pinkbgover.gif);
}