/* 顶部通用CSS */
body {
	margin:0px;
	padding:0px;
	text-align:center;
	FONT-FAMILY:"宋体",Arial;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
}
body, td, th, form, div {
	font-size: 13px;
	word-break: break-all;
	padding: 0;
	margin: 0;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #272727;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #272727;
}
.top {
	height: 60px;
	width: 760px;
	margin-left:auto;
	margin-right:auto;
}
.logo {
	background-image: url(top_logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	height: 60px;
	width: 200px;
}
.ad{
	padding:0 0 0 0;
	width:auto;
	height:60px;
	float:left;
	border:none;
}
.about{
	width:80px;
	height:60px;
	float:right;
	border:none;
}
.about ul {
	margin:0px;
	padding:0px;
}
.about li {
	margin-top:0px;
}
.nav{
	width:760px;
	height:24px;
	line-height:24px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-image:url(Title.gif);
	background-repeat:repeat-x;
	font-size: 13px;
	border: 1px solid #CCCCCC;
}
.nav ul {
	margin:0px;
	padding:0px;
}
.nav li {
	margin-top:4px;
	list-style:none;
	float:left;
	height:16px;
	line-height:16px;
	border-left: #000000 1px solid;
	text-align:center;
	width:83px;
}
.tx{
	text-align:left; 
	overflow:hidden; 
	font-size:14px; 
	clear:both; 
	line-height:23px;
	word-wrap:break-word;
	word-break:break-all;
	padding-left: 2em;
}
/*通用标题栏CSS*/
.title{
	margin:0;
	padding:0;
	height:25px;
	width:100%;
	background-image:url(Title.gif);
	background-repeat:repeat-x;
	text-align: left;
	line-height:25px;
	font-size: 13px;
}
.title_left{
	width:70px;
	height:25px;
	line-height:25px;
	text-align:left;
	float:left;
	font-size: 13px;
	padding-left:15px;
	background:url(Title_left.gif) no-repeat 5px;
}
.title_middle{
	height:24px;
	width:6px;
	float:left;
	background:url(Title_middle.gif) no-repeat;
}
.title_right{
	height:24px;
	width:auto;
	float:right;
	padding-right:10px;
	text-align:right;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	line-height: 24px;
}
/*广告CSS*/
.adv{
	clear:both;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding:0px;
	padding-top:10px;
	width:760px;
	font-size:12px;
}
/*底部CSS*/
.version{
	clear:both;
	width:760px;
	height:auto;
	text-align:center;
	line-height:14px;
	margin-left:auto;
	margin-right:auto;
	font-size: 12px;
}
.line{
	clear:both;
	margin-top:10px;
	height:1px;
	background:url(c.gif) repeat-x;
}
