.Box {
}
.Box h1 {
	padding: 0px;
	background-image: url(../images/head_bg.gif);
	height: 30px;
	background-position: right 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.Box h1 span {
	display: block;
	float: left;
	height: 30px;
}
.Box h1 span.L {
	width: 30px;
	background-image: url(../images/hd_a1.gif);
	float: left;
}
.Box h1 span.R {
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	color: #247384;
}
.Box ul {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D0D0D0;
	border-bottom-color: #D0D0D0;
	border-left-color: #D0D0D0;
	display: block;
	overflow: hidden;
}
.Box ul.NewList {
	height: 220px;
	overflow: hidden;
}

.Box ul.NewList li{
	line-height: 25px;
	background-image: url(../images/menu_reduce.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	height: 25px;
	padding-left: 25px;
}
#MainLeft {
	float: left;
	width: 688px;
	margin-right: 10px;
	overflow: hidden;
	margin-top: 10px;
	border: 1px solid #CCC;
}
#MainRight {
	float: left;
	width: 290px;
	overflow: hidden;
	margin-top: 5px;
}
#ArticleTitle {
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
}
#ArticleInfo {
	font-size: 12px;
	line-height: 30px;
	color: #333;
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#ArticleContent {
	font-size: 12px;
	line-height: 22px;
	color: #333;
	margin: 10px;
	padding: 10px;
}
#LastNext {
	line-height: 30px;
	text-align: center;
	height: 30px;
	background-color: #F3F3F3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.tablebody1 img {
	margin-top: 10px;	
}
.PageInput{
	margin-top: 5px;	
}