/*左部菜单样式定位*/

A.Meun:link {
	font-size: 13px;
	font-weight: bold;
	color: 6c6c6c;
	text-decoration: none;
	
}
A.Meun:visited {
	
	font-size: 13px;
	font-weight: bold;text-decoration: none;
	color: 6c6c6c;
}
A.Meun:hover {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: 6c6c6c;
}
A.Meun1:link {
	color: 6c6c6c;
	text-decoration: none;
	font-size: 12px;
	
}
A.Meun1:visited {
	text-decoration: none;
	font-size:12px;
	color: 6c6c6c;
	
}
A.Meun1:hover {
	text-decoration: none;
	background-color:#F0F0F0;
	font-size:12px;	
	color: 6c6c6c;
	
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

a:link {
	font-family: "宋体";
	font-size: 12px;
	color: #6c6c6c;
	text-decoration: none;
}
a:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #6c6c6c;
	text-decoration: none;
}
a:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #6c6c6c;
	text-decoration: underline;
}
	
td {
	font-family: "新宋体";
	font-size: 12px;
	color: #6c6c6c;;
	
}