body { 
font-family: arial, 宋体, serif; 
font-size:12px; 
} 
.td {
	font-family: "宋体";
	font-size: 12px;
	color: #787878;
	line-height: 23px;

}



.tds{
	font-family: "宋体";
	font-size: 12px;
	color: #787878;
	line-height: 23px;
	text-align:left;
}
.whitetd {
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;

}
a.black:link {
	font-family: "宋体";
	font-size: 12px;
	line-height: 23px;
	color: #787878;
	text-decoration: none;
}
a.black:visited {
	font-family: "宋体";
	font-size: 12px;
	line-height: 23px;
	color: #787878;
	text-decoration: none;
}
a.black:hover {
	font-family: "宋体";
	font-size: 12px;
	line-height: 23px;
	color: #787878;
	text-decoration: underline;
}
a.iblack:link {
	font-family: "宋体";
	font-size: 12px;
	line-height: 23px;
	color: #005c96;
	text-decoration: none;
}
a.iblack:visited {
	font-family: "宋体";
	font-size: 12px;
	line-height: 23px;
	color: #005c96;
	
	text-decoration: none;
}
a.bblack:hover {
	font-family: "宋体";
	font-size: 12px;
	line-height: 23px;
	color: #005c96;
	border:2;
	text-decoration: underline;
}

a.bblack:link {
	font-family: "宋体";
	font-size: 12px;
	line-height: 23px;
	color: #005c96;
	border:2;
	text-decoration: none;
}
a.bblack:visited {
	font-family: "宋体";
	font-size: 12px;
	line-height: 23px;
	color: #005c96;
	border:2;
	text-decoration: none;
}
a.bblack:hover {
	font-family: "宋体";
	font-size: 12px;
	line-height: 23px;
	color: #005c96;
	border:2;
	text-decoration: underline;
}

a.blue:link {
	font-family: "宋体";
	font-size: 12px;
	color: #0199d4;
	text-decoration: none;
}
a.blue:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #0199d4;
	text-decoration: none;
}
a.blue:hover {
	font-family: "宋体";
	font-size: 12px;	
	color: #0199d4;
	text-decoration: underline;
}
a.white:link {
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	font-family: "宋体";
	font-size: 12px;	
	color: #FFFFFF;
	text-decoration: underline;
}
*{margin:0;padding:0;border:0;} 
#nav { 
line-height: 24px; list-style-type: none; background:#666; 
} 
#nav a { 
display: block; width: 80px; text-align:center; 
} 
#nav a:link { 
color:#666; text-decoration:none; 
} 
#nav a:visited { 
color:#666;text-decoration:none; 
} 
#nav a:hover { 
color:#005ca4;text-decoration:none;font-weight:bold; 
} 
#nav li { 
float: left; width:114px; background:#005ca4; 
} 
#nav li a:hover{ 
background:#005ca4; 
} 
#nav li ul { 
line-height: 27px; list-style-type: none;text-align:left; 
left: -999em; width: 70px; position: absolute; 
} 
#nav li ul li{ 
float: left; width:80px;
background: #0d85c4;    /*下拉背景*/
} 
#nav li ul a{ wedisplay: block; width: 80px;text-align:left;padding-left:10px; 
} 
#nav li ul a:link { 
color:#ffffff; text-decoration:none; 
} 
#nav li ul a:visited { 
color:#ffffff;text-decoration:none; 
} 
#nav li ul a:hover { 
color:#ffffff;text-decoration:none;font-weight:normal; 
background:#0877b9;   /*下拉移动背景*/
} 
#nav li:hover ul { 
left: auto; 
} 
#nav li.sfhover ul { 
left: auto; 
} 
#content { 
clear: left; 
} 