@charset "utf-8";
/* CSS Document */
body {
	background: #fff url(../images/zz-01_00.png) bottom center no-repeat;
	margin:0px;
	padding:0px;
	font-size:12px;
	line-height: 150%;
	font:Arial, Helvetica, sans-serif;
	text-align:left;
	/*
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f6f6f6,endColorStr=#ffffff);*/
}

a {
	text-decoration:none;
	color: #000;
}
a:hover {
	color: #0066CC;
}
p {
	margin : 5px 0;
}
h1 {
	font : bold 1.8em Arial, Sans-Serif;
	padding : 8px 0 4px 0;
	margin : 0;
	letter-spacing : -1px;
}
h2 {
	font : bold 1.6em Arial, Sans-Serif;
	letter-spacing : -1px;
}
h3 {
	padding : 4px 0;
	margin : 0;
	font-weight: bold;
}
form  {    
    height:20px;
	font-size:12px;
	border-right:none;
}

/* menu */
#thicktabs{
margin: 0;
padding: 0;
float: left;

}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
text-align:center;
color: black;
margin-right:1px;
padding: 5px 10px; /*padding of tabs*/
text-decoration: none;
background: transparent url(../images/index_05.png) no-repeat;
width:88px;
height:22px;
}

#thicktabs li a:visited{
color: black;
}

#thicktabs li a:hover{
color: black;
background-image: url(../images/index_07.png); /*background image swap on hover*/
}
#thicktabs li a.current{
background-image: url(../images/index_07.png);
}
<!--[if IE]>
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
<!--[endif]-->

/* images */

img {
	border:0;
}
img.no-border {
	border: none;
}
img.float-right {
	margin: 5px 0px 5px 15px;
	border: 1px solid #666;
}
img.float-left {
	margin: 5px 15px 5px 0px;
}
/* alignment classes */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.STYLE1 {
	color: #000;
	font-size:14px;
}
.STYLE2 {
	color: #000;
	font-size:32px;
	line-height:32px;
	font-family:"黑体";
	font-weight:bold;
}