/*
网页打印效果
用户点击时，隐藏TopMenu LeftMenu Bottom 等部分，简单显示主体内容。类似于word文档打印
*/
body{
	margin:0;
	padding:0;
}
td{
	font-size:14px;
}
#topButton,#TopImg,#topMenu,#pControl,#sRealtet,#sRelate,#bLink,#author,#copyright{
	display: none;
}
.webnav,.leftClass{
	display: none;
}
#sContent{
	width:100%;
	color:black;
	background-color: white;
	font-size:14px;

	font-family: "MS Sans Serif", "宋体", sans-serif;
}
.ncTitle{
	text-align: center;
	font-weight:bold;
	height:50px;
	border-bottom: 2px solid #ccc;
}
.ncContent{
	padding-top:2em;
	color: Black;
	background-color: white;
	text-indent:2em;
}
.ncAuthor{
	margin-top:10px;
	margin-bottom: 10px;
	text-align:right;
	border-top:1px solid black;
}
.ncAuthor ul{
	list-style: none;
}
.ncAuthor li{
	float: left;
	margin-right:2em;
}