/*---------------------页面基础定义----------------------------------*/
TD {
	FONT-SIZE: 12px; COLOR: #000000; LINE-HEIGHT: 20px
}
A {
	FONT-SIZE: 12px; COLOR: #000000; TEXT-DECORATION: none
}
A:hover {
	FONT-SIZE: 12px; COLOR: #FF0000; TEXT-DECORATION: none
}
.input-no-border {
	BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid
}
.unnamed1 {
	font-size: 12px;
	color: #0099FF;
	text-decoration: none;
}
.unnamed3 {
	font-size: 24px;
	text-decoration: none;
	color: #FF0000;
	line-height: 40px;
	font-weight: bolder;

}
.unnamed2 {
	font-size: 18px;
	font-style: normal;
}
.unnamed4 {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: "仿宋_GB2312";
	text-decoration: underline;
}

.index_bg1 {
	BORDER-RIGHT: #00beee 1px solid; BACKGROUND: url(new_bg3.gif) #ffffff repeat-x left top; BORDER-BOTTOM: #00beee 1px solid
}
.index_newtxt {
	FONT-SIZE: 14px
}

/*---------------------菜单样式----------------------------------*/
#menu{
	height:32px;width:1000px;
	margin-top:0px; background-color:#990000;
}
#menu ul{
	margin:auto; width:1000px; height:32px;
	list-style-type:none; padding:0px; margin-top:0px; margin-bottom:0px;
}
.m_li{
	float:left; width:110px; line-height:32px;  text-align:center; margin-right:-2px; margin-left:-2px;
}
.m_li a{
	display:block; color:#ffffff; width:110px;
}
.m_line{
	float:left; width:1px; height:32px;
	line-height:32px;   /*ff下有效(图片垂直居中)*/
}
.m_line img{
	margin-top:expression(( 32 - this.height ) / 2);   /*ie下有效(图片垂直居中)*/
}
.m_li_a{
	float:left; width:110px; line-height:32px; text-align:center; padding-top:3px; font-weight:bold;
	background-image:url(../images/menu_bg.jpg); position:relative; height:32px; margin-top:-3px; margin-right:-2px; margin-left:-2px;
}
.m_li_a a{
	display:block; color:#FF0000; width:110px;
}


.smenu{
	width:1000px; margin:0px auto 0px auto; padding:0px; list-style-type:none; height:32px;
}
.s_li{
	list-style-type:none;line-height:32px; width:auto; display:none; height:32px; 
}
.s_li_a{
	line-height:32px; width:auto; display:block; height:32px; 
}
