* {
	font-family: "ËÎÌå";
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#box {
	width: 960px;
}

 .tab { width:960px;}
 .tab_menu { clear:both;}
 .tab_menu li {
	float:left;
	text-align:center;
	cursor:pointer;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../images/tab.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 120px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #898989;
	border-right-color: #898989;
	border-bottom-color: #898989;
	border-left-color: #898989;
	vertical-align: middle;
}
 .tab_menu li.hover {
	color: #0066CC;
}
 .tab_menu li.selected { color:#0066CC;}
 .tab_box {
	clear:both;
}
 .hide{display:none}

