/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
.td_all {
	border: 1px solid #f2f2f2;
}
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ff0000;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */

/**************/

body {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
}

/**************/
.text_Title {
	font-family: "楷体_GB2312";
	font-size: 18px;
	font-weight: bold;
	background-position: center;
	vertical-align: middle;
}
.text1 {
	font-size: 14px;
	font-weight: bold;
	color: #111111;
	background-position: center;
	word-spacing: 1px;
}
.text2 {
	font-size: 16px;
	font-weight: bold;
	color: #111111;
	background-position: center;
	word-spacing: 1px;
}
.text_link {
	font-size: 14px;
	font-weight: bold;
	color: #339933;
	background-position: center;
	word-spacing: 1px;
; 	font-family: "楷体_GB2312";
}
.text_hld {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	background-position: center;
	word-spacing: 1px;
}
#Content_Title {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
	float: none;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 3px;
	border: 1px solid #CCCCCC;
	margin-bottom: 3px;
	height: 30px;
	background-position: center;
}
#Pic_content {
	background-color: #e6e5ed;
	float: left;
	margin-left: 5px;
	margin-right: 1px;
	margin-bottom: 2px;
	margin-top: 5px;
	width: 850px;
}
