/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;}   /* 链接无下划线,有为underline */ 
a:link {color: #436E9D;}    /* 未访问的链接 */
a:visited {color: #436E9D;} /* 已访问的链接 */
a:hover{color: #ff0000;}   /* 鼠标在链接上 */ 
a:active {color: #436E9D;}  /* 点击激活链接 */
 /* body的css定义:可定义内容为网页字体颜色、背景、浏览器边框等 */
BODY {
	font-size: 12px;
	text-decoration: none;
	background-color: #CCCCCC;
	margin: 0px;
}
TD {
	FONT-WEIGHT: normal; FONT-SIZE: 9pt; LINE-HEIGHT: 150%; FONT-FAMILY: "宋体"
}
.menu {
	font-family: "宋体";
	font-size: 13px;
	font-weight: bold;
	color: 436E9D;
	text-decoration: none;
	letter-spacing: 1px;
}
a.menu:link {color: #436E9D;}    /* 未访问的链接 */
a.menu:visited {color: #436E9D;} /* 已访问的链接 */
a.menu:hover{color: #436E9D;}   /* 鼠标在链接上 */ 
a.menu:active {color: #436E9D;}  /* 点击激活链接 */
.menu_01 {
	font-family: "宋体";
	font-size: 13px;
	font-weight: bold;
	color: ffffff;
	text-decoration: none;
	letter-spacing: 2px;
}
.td_1px {
	border: 1px solid #D1D1D1;
}
.td_r_1px {
	border: 1px solid #B9D8F6;
}
.table_1px {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d1d1d1;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.table_zx {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B9D8F6;
	border-bottom-color: #B9D8F6;
	border-left-color: #B9D8F6;
}
.M {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-VARIANT: normal
}
.G {line-height:180%;
	FONT: 14px 宋体
}
.riqi {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.member_menu {
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	color: 436E9D;
	text-decoration: none;
}
a.member_menu:link {color: #436E9D;}    /* 未访问的链接 */
a.member_menu:visited {color: #436E9D;} /* 已访问的链接 */
a.member_menu:hover{color: #ff0000;}   /* 鼠标在链接上 */ 
a.member_menu:active {color: #ff0000;}  /* 点击激活链接 */
.r_td {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #bcbcbc;
}
.form_r {
	height: 23px;
}
.t_title {
	font-size: 18px;
	font-weight: bold;
	color: #666699;
}
p
{ line-height:180%; font-size: 14px;
}
