/*---------------------页面基础定义----------------------------------*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
body { background-color: #ffffff;
	background-image: url(../images/bg_top001.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-weight: bold;
	color: #FF9900;
}
.bg_menu {background-image: url(../images/bg_menu.gif);
}
.box_top002 { valign:top; 
	background-image: url(../images/bg_top002.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 75px;
	width: 970px;
}
.boxtop {
	font-size: 11px;
	color: #666666;
	background-attachment: fixed;
	background-image: url(../images/bg_top002.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 75px;
	width: 965px;
	padding-top:10px;
}

/*---------------------链接定义----------------------------------*/
a:link {color: #000000;text-decoration: none;}
a:hover {color: #363636;text-decoration: none;}
a:active{color: #000000;}
a:visited{color: #000000;text-decoration: none;}

A.menus:link { font-size: 12px; COLOR: #000000; text-decoration: none; padding-left:4px;padding-right:4px; }
A.menus:visited { font-size: 12px; COLOR: #000000 ; text-decoration: none; padding-left:4px;padding-right:4px; }
A.menus:active { font-size: 12px; COLOR: #000000; text-decoration: none; padding-left:4px;padding-right:4px; }
A.menus:hover { font-size: 12px; COLOR: #000000; padding-left:4px;padding-right:4px; background-image:url(../images/menu_bg.gif); }

A.menu002:link { font-size: 11px; COLOR: #333333; text-decoration: none;}
A.menu002:visited { font-size: 11px; COLOR: #333333 ; text-decoration: none;}
A.menu002:active { font-size: 11px; COLOR: #333333; text-decoration: none;}
A.menu002:hover { font-size: 11px; COLOR: #ff6600; }

/*---------------------INPUT----------------------------------*/
INPUT { FONT-SIZE: 12px;height:18; BORDER: #B1B8B8 1px solid; }

/*---------------------菜单样式----------------------------------*/
#menu{ width:100%px;
	height:22px;
	margin-top:8px;
}
#menu ul{
	margin:auto; width:100%px; height:24px;
	list-style-type:none; padding:0px; margin-top:0px; margin-bottom:0px;
}
.m_li{
	padding-left:10px; padding-right:10px; float:left; width:auto; line-height:24px;  text-align:center; 
}
.m_li a{
	padding-left:10px; padding-right:10px; display:block; color:#000000; width:auto;
}
.m_line{
	float:left; width:0px; height:24px;
	line-height:24px;   /*ff下有效(图片垂直居中)*/
}
.m_line img{
	margin-top:expression(( 24 - this.height ) / 2);   /*ie下有效(图片垂直居中)*/
}
.m_li_a{
	padding-left:10px; padding-right:10px; float:left; width:auto; line-height:24px; text-align:center; 
	background-image:url(../images/menu_bg.gif); 
}
.m_li_a a{
	padding-left:10px; padding-right:10px; display:block; color:#363636; width:auto;
}


.smenu{ font-size: 11px;
	width:100%; margin:0px auto 0px auto; padding:0px; list-style-type:none; height:18px;
}
.s_li{ font-size: 11px;
	line-height:18px; width:auto; display:none; height:18px; 
}
.s_li_a{ font-size: 11px;
	line-height:18px; width:auto; display:block; height:18px; 
}

