body,td,th {
	font-family: 宋体;
	font-size: 13px;
	color: #333333;
	line-height:180%;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.font1 {color: #ffffff}

.fontt {color: #333333;
 font-size:12;}
.font2 {color: #666666;
         font-weight:bolder;
		 }
.font2h {color: #000000;
         font-weight:bolder;
		 }
.font3 {color: #ff0033;
         font-weight:bolder;
		 }
		 .font4 {color: #ffffff;
         font-weight:bolder;
		 }
		 
/*导航连接样式*/
a {
	font-size: 12px;
	font-weight:bold;
	color: #333333;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #E8E8E8;
}
a:active {
	text-decoration: none;
	color: #333333;
}

/*连接1*/
a {
	font-size: 12px;
	font-weight:bold;
	color: #fff;
}
a:link {
	text-decoration: none;
	color: #fff;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #E8E8E8;
}
a:active {
	text-decoration: none;
	color: #fff;
}


/*连接2*/
a {
	font-size: 12px;
	font-weight:normal;
	color: #333333;
}
a.c:link {
	text-decoration: none;
	color: #333333;
}
a.c:visited {
	text-decoration: none;
	color: #333333;
}
a.c:hover {
	text-decoration: underline;
	color: #ff0033;
}
a.c:active {
	text-decoration: none;
	color: #333333;
}

.sec3  {
background-color:  #F2F5FA;
cursor:  hand;
color:  #58A200;
border-left:  1px  solid  #FFFFFF;
border-top:  1px  solid  #FFFFFF;
border-right:  0px  solid  gray;
font-weight:  bold;
}