@charset "gb2312";
/* CSS Document */

.txt{
	font-size:14px;
	color:#5D5D5D;
	text-decoration:none;
	line-height:23px;

}
.txt:LINK{
	font-size:14px;
	color:#5D5D5D;
	text-decoration:none;
	line-height:23px;

	font-weight: bold;
}
.txt:HOVER{
	font-size:14px;
	color:#CC0000;
	text-decoration:none;
	line-height:23px;
text-decoration:none;

		font-weight: bold;
}
.txt:VISITED{
	font-size:14px;
	color:#5D5D5D;
	text-decoration:none;
	line-height:23px;

		font-weight: bold;
}
.search{
	font-size:12px;
	color:#ffffff;
	text-decoration:underline;
	line-height:23px;

		
}
.search:LINK{
	font-size:12px;
	color:#ffffff;
	text-decoration:underline;
	line-height:23px;

		
}
.search:HOVER{
	font-size:12px;
	color:#ffffff;
	text-decoration:underline;
	line-height:23px;

		
}
.search:VISITED{
	font-size:12px;
	color:#ffffff;
	text-decoration:underline;
	line-height:23px;

		
}

.bg1{
width:51px;
height:29px;
background-image:url(images/bg1.jpg);

}
.bg2{
width:89px;
height:29px;
background-image:url(images/bg2.jpg);

}

.menu { 
		font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	background-image:url(images/menu2bg.jpg)
}
.menu, menu li {
	list-style:none;
	padding:0;
	margin:0;
}
.menu li { 
	float:left; 
}
.menu li a {
	display:block;
	/* 如果是中英文混排的文字，建议用固定宽度
	width:150px;
	height:30px;
	line-height:30px;
	text-align:center;
	*/
	padding:7px 17px;

	color:#000000;
	text-decoration:none;

	
}
.menu li a:hover {
	background:#ffffff;
	color:#000000;
	text-decoration:none;
	line-height:22px;
	border:1px solid #CC3300;
	padding-left: 16px;
		padding-right: 16px;
			padding-top: 5px;
			padding-bottom:1px

	
	
		
}
.menu li a.last {
	border-right:0; /* 去掉左侧边框 */
}

/*右上角的链接的CSS*/
.wenziwhite{
	font-size:12px;
	line-height: 22px;
	color:#FFFFFF;

}
.wenziwhite:visited{
	font-size:12px;
	line-height: 22px;
	color:#FFFFFF;
	text-decoration:none;

}
.wenziwhite:link{
	font-size:12px;
	line-height: 22px;
	color:#FFFFFF;
	text-decoration:none;

}

.wenziwhite:hover{
	font-size:12px;
	line-height: 22px;
	color:#FFFFFF;
	text-decoration:underline;

}
