/* 常用 */
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: DDE2E8;
	color: 666666;
}
div,td {
	font-size: 12px;
}
form {
	margin: 0px;
	padding: 0px;
}
/* 二级导航 */
td.menu2 {
	background-color: E1E1E1;
}
/* 表格白底 */
td.wi {
	background-color: #FFFFFF;
}
/* 新闻虚线 */
td.newsline {
	background-image: url(../images/bg_line_h.gif);
	height: 3px;
}
/* 新闻文字 */
td.newstext {
	color: 666666;
	padding: 3px;
	line-height: 120%;
}
td.newstext a{
	color: #333333;
	text-decoration: none;
}
td.newstext a:hover {
	text-decoration: underline;
}
/* 版权信息 */
td.cpr {
	background-color: F3F3F3;
	text-align: center;
	height: 50px;
	vertical-align: middle;
}

/* 主要文字 */
td.textmain {
	line-height: 150%;
	color: 666666;
	padding: 3px;
}
td.textmain a {
	color: #333333;
	text-decoration: none;
}
td.textmain a:hover {
	text-decoration: underline;
}
/* 内页左二级导航当前 */
td.leftmn2b {
	color: 0071BC;
	padding: 2px;
}
td.leftmn2b a{
	text-decoration: none;
	color: 0071BC;
}
td.leftmn2b a:hover {
	text-decoration: underline;
}


/* 内页左二级导航 */
td.leftmenu2gray {
	color: 666666;
	padding: 2px;
}
td.leftmenu2gray a{
	color: 666666;
	text-decoration: none;
}
td.leftmenu2gray a:hover {
	text-decoration: underline;
}
/* 内页右表格 */
td.righttd {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
}
/* 新闻虚线 */
td.rightline {
	background-image: url(../images/bg_line_s.gif);
	width: 8px;
}
td.title {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding: 5px;
}
