@charset "gb2312";
/* CSS Document */
@import "grid.css";
@import "ui.css";
body {
	background: #FFFFFF url(../inc/images/bg_main_content.jpg) repeat-y center top;
}
body,from{ margin:0px; padding:0px; text-align:center;}
h1,h2,h3,h4,h5,h6 { margin:0px; padding:0px;}
body,td,th {
	font-size: 12px; line-height:150%;
}
a {
	font-size: 12px; color:#797979;
}
a:link {
	text-decoration: none;
	color: #797979;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #03F;
}
a:active {
	text-decoration: none;
	color: #F06;
}
/*文章内页样式*/
.newsfrom {border-bottom:1px dashed #999999;height:25px; font-size:12px; text-align:center;}
.newscontent {line-height:150%; padding:10px; font-size:14px;}
.newscontent p{line-height:150%; padding:10px; font-size:14px;}
.newstitle h1{font-family:"微软雅黑","Microsoft YaHei","宋体",sans-serif; font-size:24px; line-height:50px; margin:0px; text-align:center;}
.table_focus {background-color:#f5f5f5;}

#div_box { margin:0px auto; width:1003px; text-align:left;}
.mianbao_dh { margin:5px 10px;}
.mianbao_dh a{ color:#FFF;}