.css {
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
}
.unnamed1 {
	font-family: "宋体";
	font-size: 12px;
	color: 005CB1;
}
.unnamed2 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
a:link {
	font-family: "宋体";
	font-size: 12px;
	color: #0066CC;
	line-height: 15px;
	text-decoration: underline;
}
.e1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.e2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 005CB1;
}
.unnamed3 {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/*导航栏样式
*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#thicktabs{
margin: 0 ;
padding: 0;
float: left;
font: bold 13px Tahoma;
}

#thicktabs li{
display: inline;
}

#thicktabs li a:link{
font: bold 13px Tahoma;
float: left;
color: black;
padding: 7px 19px 7px 18px;
text-decoration: none;
background: transparent url(images/nav_bg1.gif) top right no-repeat;
border-top: 1px solid #d3bdbe; /*top border style*/
border-bottom: 3px solid #1003b1; /*thick bottom border below tabs*/
}
#thicktabs li a:visited{
font: bold 13px Tahoma;
float: left;
color: black;
padding: 7px 19px 7px 18px;
text-decoration: none;
background: transparent url(images/nav_bg1.gif) top right no-repeat;
border-top: 1px solid #d3bdbe; 
border-bottom: 3px solid #1003b1;
}

#thicktabs li a:hover{
float: left;
color: black;
padding: 7px 19px 7px 18px;
text-decoration: none;
background: transparent url(images/nav_bg2.gif) top right no-repeat;
border-top: 1px solid #d3bdbe; 
border-bottom: 3px solid #1003b1; 
}
#lan{
float: right;
cursor:hand;
}

