/* CSS Document */
html{
	scrollbar-face-color: #EEF2F4; 
	scrollbar-shadow-color: #B3BBBC; 
	scrollbar-highlight-color: #DDDFC; 
	scrollbar-3dlight-color: #ddd;
	scrollbar-darkshadow-color: #B3BBBC; 
	scrollbar-track-color: #D6DEE2;
	scrollbar-arrow-color: #B3BBBC;}
body{
	background:#fff;
	margin:0;
	padding:0;
	text-align:left;}

body,td{
	font:12px "宋体";
	color:#444;
	margin:0px;
	border:none;
	line-height:200%;
	}
img,form{border:none;
outline:none;}
a:link,a:visited {
text-decoration:none;
	color:#444;}
a:hover{
	text-decoration:underline;
	color:#CC3300;}
a.bslink:link,a.bslink:visited {
text-decoration:none;
	color:#fff;}
a.bslink:hover{
	text-decoration:underline;
	color:#002953;}/*白色链接样式*/
a.bslink1:link,a.bslink1:visited {
text-decoration:none;
	color:#fff;}
a.bslink1:hover{
	color:#FFF600;}/*白色链接样式*/
div.pad5{padding:5px;}
div.pad2{padding:2px;}

/******* -------------------------------------------- 以下是关背景和菜单的定义*******/
.topbg{
	background:url(images/topbg.jpg)  repeat-x;} /*top图片*/
.bybg{
	background:url(images/bybg.jpg)  repeat-x;}/*标语背景*/
.flashbg{
	background:url(images/flash.jpg)  no-repeat right top;
}/*flash背景*/	
.xwdtbg{
	background:url(images/xwdtbg.jpg)  no-repeat left top;
}/*新闻动态背景*/	

/*----------------------------------------------------以下是关于文字类型的定义*******/
.bs12{color:#fff;}/*白色12号字体*/
.bs12c{color:#fff;
	font-weight:bold;}/*白色12号粗字体*/
.hs14{color:#FFF600;
	font-weight:bold;
	font-size:14px;}/*黄色14号字体*/
.bs14{color:#fff;
	font-size:14px;}/*白色14号字体*/
.bs14c{color:#fff;
	font-weight:bold;
	font-size:14px;}/*白色14号粗字体*/

/*----------------------------------------------------以下是关于边框的定义*******/

.lrline{border:1px solid #254260;
border-bottom:none;
border-top:none;}/* 整个文档两边的线*/
/*----------------------------------------------------以下是关于表单输入区的定义*******/
  input.search{background:#7CA8C2;
	color:#fff;
	height:22px;
	padding-top:2px;
	width:105px;
	border:#174E76 1px solid;
}
.lbk{
	background:#7CA8C2;
	color:#fff;
	height:22px;
	width:105px;
	border:#174E76 1px solid;}
	
.footbg{
	background:url(images/footbg.jpg)  no-repeat ;
	text-align:center;
		border-bottom:1px solid #254260;
	height:87px;
	
}/*底部背景*/

