/*默认全局样式*/
body {margin: 0; background-color: #FFFFFF;	background-image: url(bg.gif);}
body,td,th{font-size: 12px;color:#595757;}
table{/*background-color:#FFFFFF;*/}
ul{list-style-type:none;}
a {font-size: 12px; color: #595757; text-decoration: none;}

/*普通边框*/
.TableBorder{border:#C0C0BE 1px solid;/*dashed*/}
.TableBorderTop {border-top:#C0C0BE 1px solid;}
.TableBorderLeft {border-left:#C0C0BE 1px solid;}
.TableBorderRight {border-right:#C0C0BE 1px solid;}
.TableBorderBot {border-bottom:#C0C0BE 1px solid;}

/*导航样式*/
.DaoHang {
	font-weight: bold; font-size: 14px; color: #1273AB; padding-top:10px; line-height: 30px;;
	/*background-color:#D40001;*/
}
.DaoHang a {
	margin-top:10px; font-weight: bold; font-size: 14px; color: #1273AB; line-height: 30px; text-decoration: none;
}
.DaoHang a:hover {
	margin-top:10px; font-weight: bold; font-size: 14px; color: #1273AB; line-height: 30px; text-decoration: underline;
}
/*栏目 标题样式 无背景*/
.ClassTitle {
	padding-left: 10px; font-weight: bold; font-size: 14px; color: #1273AB;
}
.ClassTitle a {
	font-weight: bold; font-size: 14px; color: #1273AB; text-decoration: none;
}
.ClassTitle a:hover {
	font-weight: bold; font-size: 14px; color: #1273AB; text-decoration: underline;
}
.ClassMore {
	padding-left: 10px; font-size: 14px; color: #1273AB;
}
.ClassMore a:link,.ClassMore a:visited {
	font-size: 14px; color: #1273AB; text-decoration: none;
}
.ClassMore a:hover {
	font-size: 14px; color: #1273AB; text-decoration: underline;
}

/*新闻列表 标题样式*/
.List {
	font-size: 12px; color: #595757; text-decoration: none;
}
.List a:link,.List a:visited{
	font-size: 12px; color: #595757; text-decoration: none;
}
.List a:hover {
	font-size: 12px; color: #595757; text-decoration: underline;
}

/*新闻标题样式*/
.Title {
	font-weight: bold; font-size: 18px; color: #1273AB; line-height: 23px;
}
/*新闻内容样式*/
.Body {
	font-size: 14px; text-decoration: none;line-height: 22px; color:#1273AB;
}

/*版权样式*/
.Copy {
	font-size: 12px; color: #FFFFFF;line-height: 18px;
}
.Copy a{
	font-size: 12px; color: #FFFFFF;line-height: 18px;
}
.Copy a:hover{
	font-size: 12px; color: #FFFFFF;line-height: 18px;
}

/*其他样式*/
.Red {
	font-size: 12px; color: #cc0000;
}
.Img {
	border: #a8a8a8 1px solid;/*dashed*/
}
.F14{
	font-size: 14px;
}