/* 网站链接总的CSS定义－－可定义内容为链接字体颜色、样式等 */
a {text-decoration: underline;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;text-decoration: none;} /* 未访问的链接 */
a:visited {color: #990033;text-decoration: none;} /* 已访问的链接 */
a:hover {color: #015AAB;text-decoration: none;} /* 鼠标在链接上 */ 
a:active {color: #223B82;text-decoration: none;} /* 点击激活链接 */

a.navigate {text-decoration: underline;} /* 链接无下划线,有为underline */ 
a.navigate:link {color: #000000;text-decoration: none;} /* 未访问的链接 */
a.navigate:visited {color: #000000;text-decoration: none;} /* 已访问的链接 */
a.navigate:hover {color: #015AAB;text-decoration: none;} /* 鼠标在链接上 */ 
a.navigate:active {color: #223B82;text-decoration: none;} /* 点击激活链接 */

Body
{
	margin: 0px;
	font-family: Verdana, Arial, "宋体";
	font-size: 9pt;
	background-color: #FFFFFF;
: none;
	SCROLLBAR-FACE-COLOR: #E8F2FD;
	SCROLLBAR-HIGHLIGHT-COLOR: #E7E7E7;
	SCROLLBAR-SHADOW-COLOR: #A2BED7;
	SCROLLBAR-3DLIGHT-COLOR: #E7E7E7;
	SCROLLBAR-ARROW-COLOR: #D81921;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	line-height: 175%;
	color: #143081;
}

Td
{
	font-family: Verdana, Arial, "宋体";
	font-size: 9pt;
	color: #143081;
	line-height: 175%;
}

Input
{
	font-family: Verdana, Arial, "宋体";
	color: #000000;
	height: 20px;
	font-size: 12px;
	text-indent: 3px;
}

.Input_user

{
	font-family: Verdana, Arial, "宋体";
	color: #000000;
	height: 18px;
	font-size: 12px;
	cursor:hand;
	width: 80px;
	border: 1px dashed #A2BED6;
	text-indent: 2px;
	padding: 2px;
}
.Input_keywords

{
	font-family: Verdana, Arial, "宋体";
	color: #000000;
	height: 20px;
	font-size: 12px;
	cursor:hand;
	width: 130px;
	border: 1px solid #A2BED6;
	text-indent: 3px;
	padding: 4px;
}

.Input_search

{
	font-family: Verdana, Arial, "宋体";
	color: #000000;
	height: 20px;
	font-size: 12px;
	width: 187px;
	border: 1px solid #A2BED6;
	text-indent: 3px;
	padding: 4px;
}

Button
{
	font-family: Verdana, Arial, 宋体;
	font-size: 9pt;
	height: 20px;
}

Select
{
	font-family: Verdana, Arial, "宋体";
	color: #000000;
	height: 20px;
	font-size: 12px;
	border: 1px solid #989EAB;
}

.Select1
{
	font-family: Verdana, Arial, "宋体";
	width: 155px;
	border: 1px solid #A2BED6;
	color: #000000;
	font-size: 12px;
	height: 20px;
	text-indent: 3px;
}

.Top_line_between 
{
	color: #7A94B4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.bottom_SiteInfo
{
	background-color: #B7B7B7;
	
}
.bottom_Copyright
{
	color: #222222;
	font-size: 12px;
	height: 60px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.news_tdtitle_01
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B8C2D4;
	border-left-color: #B8C2D4;
	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B8C2D4;
}
.action_tdtitle_01
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B8C2D4;
	border-left-color: #B8C2D4;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B8C2D4;
	border-top-width: 1px;
	border-top-color: #B8C2D4;
}
.titled
{
    color:#000000;background-color:#F0F6FD;
}