.menu {
	font-family: "宋体";
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	text-decoration: none;
}
.gray {
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	text-decoration: none;
}

#menu {
	padding-top: 10px;
}

a.menu:link {
	font-size: 14px;
	line-height: 22px;
	color: #FF6408;
	text-decoration: none;
}
a.menu:hover {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #FF6408;
	text-decoration: none;
}
a.menu:visited {
    font-size: 14px;
	line-height: 22px;
	color: #FF6408;
	text-decoration: none;
}
a.list:link {
	font-size: 14px;
	line-height: 33px;
	color: #666666;
	text-decoration: none;
	list-style-type: disc;
}a.list:visited {
font-size: 14px;
	line-height: 33px;
	color: #666666;
	text-decoration: none;
}
a.list:hover {
font-size: 14px;
	line-height: 33px;
	color: #666666;
	text-decoration: underline;
}
a.bf12:link {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
a.bf12:hover {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
a.bf12:visited {
    font-size: 12px;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
}
#main {
	border: 1px solid #CCCCCC;
}
.red {
	color: #FF0000;
}
