(grayscale=1); }
.left {
	font-size: 12px;
	color: 04255A;
	line-height: 20px;
}
.top {
	font-size: 12px;
	color: #FFFFFF;
	filter: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=1);
	text-decoration: none;
}
body {
	background-image: url(../images/bg.gif);
	margin: 0px;
	background-attachment: fixed;
	background-repeat: repeat-x;
}
a {
	font-size: 12px;
	color: 04255A;
	text-decoration: none;
}
.down {
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	text-decoration: none;
}
.midfont {
	font-size: 12px;
	line-height: 22px;
	color: 076096;
	text-decoration: none;
}
.midfont2 {
	font-size: 12px;
	line-height: 22px;
	color: 04255A;
	text-decoration: none;
}
.zhaopin {
	font-size: 12px;
	color: F75A21;
}
.qiuzhi {
	font-size: 12px;
	color: #006633;
}

/* 菜单部分样式 */
.MenuStyle {
	width: 100%;
	height: 35px;
	border-top: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	font-size: 12px;
	color: #FFFFFF;
}
.MenuSubStyle {
	background-color: #25A3D4;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top-width: 0px;
	width: 120px;
}
.MenuMain {
	color: #FFFFFF;
	filter: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=1);
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
	width: 100%;
}
.MenuMainSelect {
	background-color: #25A3D4;
	color: #FFFFFF;
	cursor: hand;
	line-height:24px;
	text-decoration: none;
	width: 100%;
}
.MenuSub {
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px 0px;
	text-decoration: none;
	width: 100%;		/* 必要,通常为100% */
	border-top: 1px solid #25A3D4;
	border-left: 1px solid #25A3D4;
	border-right: 1px solid #25A3D4;
	border-bottom: 1px solid #0D71AA;
}
.MenuSubSelect {
	background-Color: #2359B1;
	color: #FFFFFF;
	cursor: hand;
	font-size: 12px;
	padding: 5px 0px;
	text-decoration: none;
	width: 100%;		/* 必要,通常为100% */
	border: 1px solid #000000;
}

/* 留言板部分样式 */
Table.GuestBody {
	font-size: 12px;
	width: 90%;
}
TR.GuestoddLine {
	background-color:#F6F6F6;
	padding: 3px;
}
TR.GuestevenLine {
	background-color:#FFFFFF;
	padding: 3px;
}

