/* CSS Document */
body,td{
	font-family:"宋体";
	font-size:12px;
	line-height:140%;
	}
a{
	text-decoration:none;
	color:#000000;
}

a:hover{
	text-decoration:none;
	color:#993300;
}

.top{
	width:100%;
}
.top ul{
	margin:0;
	margin-top:2px;
	padding-left:5px;
	list-style-type:none;
}
.top ul li{
	float:left;
	list-style:none;
}
.line{
	background-image:url(images/line.jpg);
	background-repeat:no-repeat;
	height:15px;
	margin-left:6px;
	padding:0px;
	width:2px;
	padding-right:6px;
}
.box{
	border:1px solid #CCCCCC;
}