body {
	font-family: "宋体";
	font-size: 12px;
	color: #00000;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	SCROLLBAR-3DLIGHT-COLOR: buttonhighlight; SCROLLBAR-ARROW-COLOR: #CCCCCC;
	SCROLLBAR-TRACK-COLOR: #eeeeee; BORDER-BOTTOM: #ffffff 0pt solid;
	SCROLLBAR-DARKSHADOW-COLOR: buttonshadow;
	background-image: url(images/bg12.jpg);
}
td{
	font-family: "宋体";
	font-size: 12px;
	line-height: 150% 
}
.td{
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
}
a:link {
	font-family: 宋体;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: 宋体;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:active {
	font-family: 宋体;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.p {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.lm{
 color:#333333;
 font-size:15px;
 padding-top:15px;
 padding-left:5px;
 font-weight:bold;
}

.lf{
	font-family: 宋体;
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}


/*导航*/
#menu{
	height:33px;
	width:1004px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	color: #FFFFE6;
	background-repeat: repeat-x;
	text-align: center;
}

	
#menu a{
	margin-right: 12px;
	margin-left: 2px;
}
#menu a:link,#menu a:visited{
	color: #FFFFE6;
}
#menu a:hover{
	color: #000000;
	text-decoration:underline;
}

#menu ul{padding:0px; margin:0px;}

#menu ul li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px arial;}

#menu li a
{	display: block;
	margin: 6px 8px 5px 10px;;
	padding: 4px 5px;
	width:75px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	}

#menu div
{	position: absolute;
	visibility: hidden;
	margin: 0 8px;
	padding: 0;
	background-color: #898E94;
	height: 17px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #898E94;
	border-left-color: #315AA7;
	border-bottom-width: 1px;
	border-bottom-color: #898E94;
}
	#menu div a
	{	position: relative;
		display: block;
		margin: 0;
		/*padding: 5px 10px;
		width:89px;*/
		white-space: nowrap;
		text-align: center;
		text-decoration: none;
		background: #898E94;
		color: #FFFFE6;
		font: 12px arial;}

	#menu div a:hover
	{	background: #898E94;
		color: #000000;}
