/***********************基本样式****************************/
html,body {padding:0px;margin: 0px;font-size: 12px;line-height:22px;color: #333333;height: 100%;}
body {background-color: #CAC8C8;}
table {font-size: 12px;}
img {border-width:0px;}
a {text-decoration: none;}
a:link {color: #027;}
a:visited {color: #027;}
a:hover {text-decoration: underline;color: #C00;}
a:active {color: #C00;}

.form-input,select,textarea {border: 1px solid #999;font-size: 12px;}
.form-image {vertical-align:middle;}

#menu {}
#menu .s {
	background-image: url(/images/menus.jpg);
	background-repeat: no-repeat;
	width: 1px;
}
#menu .b {
	width: 89px;
	text-align: center;
	font-size: 14px;
	background-image: url(/images/menubg.jpg);
	font-weight: bold;
}
#menu .b a{
	color: #FFFFFF;
}
.leftnav {
	background-image: url(/images/leftnavbg.jpg);
	background-repeat: no-repeat;
	height: 50px;
}
.leftnav .f{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 3em;
}
.STYLE2 {
	font-size: 14px;
}
.mainnav {
	background-image: url(/images/mainnavbg.jpg);
	background-repeat: no-repeat;
	height: 45px;
}
.mainnav .f{
	font-size: 13px;
	font-weight: bold;
	text-indent: 3.5em;
	color: #335773;
}
/*文章细节*/
#mtitle {
	font-size: 20px;
	font-weight: bold;
	color: #009;
	height:50px;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
}
#mcxt {
	font-family: "宋体";
	font-size: 14px;
	line-height: 180%;
}
#mfrom {
    height:40px;
	color: #999;
	text-align: center;
}
#meditor {
    height:38px;
	color: #999;
	text-align: right;
}
#mfunc {
	text-align: right;
}
#mfunc a {
    color: #009;
	text-align: center;
}
/*新闻A属性*/
.news {
	font-family: "宋体";
	font-size: 12px;
	line-height: 130%;
	text-decoration: none;
}
a.news:link {}
a.news:visited {}
a.news:hover {color: #ff0000;text-decoration: underline;}
a.news:active {}
.tnews {
	font-family: "宋体";
	font-size: 14px;
	line-height: 140%;
	text-decoration: none;
}
a.tnews:link {}
a.tnews:visited {}
a.tnews:hover {color: #ff0000;text-decoration: underline;}
a.tnews:active {}
.ndate {
	color:#999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}