@charset "utf-8";
/* CSS Document */
.font11 {
	color: #333333;
	font-size: 11pt;
	font-family: arial, "宋体";
	font-weight: bold;
 }
.font1 {
	color: #333333;
	font-size: 9pt;
	font-family: arial, "宋体";
 }
 A.font1:link {
	text-decoration: none;
	color: #000000;
}
A.font1:visited { color: #000000;
text-decoration: none}
A.font1:hover {
	color:#005e14;
}
A.font1:active { text-decoration: none}
.copyright {
	color: #999999;
	font-size: 9pt;
	line-height:15pt;
	font-family: arial, "宋体";
}
A.copyright:link { text-decoration: none}
A.copyright:visited { text-decoration: none}
A.copyright:hover {
	text-decoration: underline;
	color: #99CC00;
}
A.copyright:active { text-decoration: none}
.red {
	font-family:arial,"宋体";
	color:#CC0000;
	font-weight:normal;
	font-size: 9pt;
}
.border {
	border: 1pt solid #666666;
}
body {
	font-family: arial, "宋体";
	font-size: 9pt;
	line-height:16pt;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.white {
	color: #FFFFFF;
	font-size: 9pt;
	line-height: 14pt;
	font-family: arial, "宋体";
 }
A.white:link { text-decoration: none ; color:#FFFFFF}
A.white:visited { text-decoration: none; color:#FFFFFF}
A.white:hover {
	color:#FFFF00;
	text-decoration: underline;
}
A.white:active { text-decoration: none}
.green{color:#005e14}
#thicktabs{
margin: 0;
padding: 0;
float: left;
}

#thicktabs li{
display: table-column;
}

#thicktabs li a{
	float: left;
	color: #666666;
	text-decoration: none;
	width: 150px;
	margin-left: 22px;
	font-size: 9pt;
	padding-top: 5px;
	padding-left: 11px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#thicktabs li a:visited{
color: #666666;
}

#thicktabs li a:hover{
	color: #000000;
	background-color: #EBEBEB;
}

ul {
	list-style-type: none;
}
hr {
	color: #000000; width:95%; height:1px; border-top:1px solid #999999; padding:0px
}
