/*---------------------页面基础定义----------------------------------*/
body,td,th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-image: url();
}
/*---------------------链接定义----------------------------------*/
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active{
	color: #FF0000;
	text-decoration: none;
}
/*---------------------菜单样式----------------------------------*/
#menu{
	height:32px;
	margin-top:8px; background-color:#990000;
}
#menu ul{
	margin:auto; width:778px; height:32px;
	list-style-type:none; padding:0px; margin-top:0px; margin-bottom:0px;
}
.m_li{
	float:left; width:114px; line-height:32px;  text-align:center; margin-right:-2px; margin-left:-2px;
}
.m_li a{
	display:block; color:#FFFFFF; width:114px;
}
.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:114px; line-height:32px; text-align:center; padding-top:3px; font-weight:bold;
	background-image:url(images/200811050815_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:114px;
}
.smenu{
	width:774px; margin:0px auto 0px auto; padding:0px; list-style-type:none; height:32px;
}
.s_li{
	line-height:32px; width:auto; display:none; height:32px; 
}
.s_li_a{
	line-height:32px; width:auto; display:block; height:32px; 
}
.s_li_b{
    font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
/*---------------------字符样式----------------------------------*/
.STYLE1 {
	color: #FFFFFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.STYLE2 {
	font-size: 13px;
	font-family: "宋体";
	color: #666666;
}
.STYLE３ {
	font-size: 14px;
	font-family: "宋体";
	color: #FFFFFF;
}
.STYLE4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f00;
}
.STYLE5 {
	font-size: 14px;
	font-family: "宋体";
	color: #000000;
}
.p{
   font-family: "宋体";
   color: #999999;
   font-size: 14px;
   line-height:25px;
}
.STYLE6 {
	font-size: 12px;
	color: #FFFFFF;
}


/*---------------文章列表格式------------------*/  
.line{
	font-family : sans-serif;
	font-size : 10pt;
	line-height : 140%;
	color : #5C5C5C;
	background-color : transparent;
	background:url(../images/xjt.gif) left center no-repeat;
	display:block;width:200px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
} 
.line1{
	font-family : sans-serif;
	font-size : 10pt;
	line-height : 140%;
	color : #5C5C5C;
	background-color: transparent;
}
.line2{
	font-family : sans-serif;
	font-size : 10pt;
	line-height : 140%;
	color : #5C5C5C;
	background-color : transparent;
	background:url(../images/xjt.gif) left center no-repeat;
	display:block;width:200px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.line4{
	font-family : sans-serif;
	font-size : 10pt;
	line-height : 140%;
	color : #5C5C5C;
	background-color : transparent;
	display:block;width:200px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.line5{
	font-family : sans-serif;
	font-size : 10pt;
	line-height : 140%;
	color : #5C5C5C;
	background-color : transparent;
	display:block;width:250px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.grey {
	border-color : transparent;
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	font-variant : normal;
	line-height : 68%;
	color : #5C5C5C;
}

ul {
list-style-type:none;
margin:0;
padding:0;
}

img{
border:0;
}