.header {
	font-family: "宋体";
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	color: BLACK;
}

.header a:link {
	color:#144193;
	text-decoration: none;
}
.header a:visited {
	color:#144193;
	text-decoration: none;
}
.header a:hover {
	color:red;
	font-weight: bold;
	text-decoration: none;
}

.button {
	font-family: "宋体";
	font-size: 12px;
	margin: 0px;
	border: 1px ridge #FFFFFF;
	font-weight: normal;
}

.body {
	font-family: "宋体";
	font-size: 12px;
	background-color: #F0F0F0;
	color: #000000;
	background-image: url(/images/bg_text.gif);
	line-height: 1.5;
}

.body2 {
	font-family: "宋体";
	font-size: 12px;
	background-color: #F0F0F0;
	color: #000000;
	background-image: url(/images/bg_text.gif);
	width: 95%;
	left: 20px;
	padding-left: 20px;
	line-height: 1.5;
	padding-bottom: 20px;
}

.sidebar {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	background-color: #6699CC;
}
.title {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.content {
	font-family: "宋体";
	font-size: 12px;
}
.box {
	border: 1px solid #336699;
}
.editbox {
	font-family: "宋体";
	font-size: 12px;
	border: 1px inset #336699;
}

.normaltext {
	font-family: "宋体";
	font-size: 12px;
	line-height: 1.5;
	list-style-type: disc;
	padding-top: 2px;
	padding-left: 2px;
	list-style-image: url(/images/reddot.gif);
	color: #022954;

}
.normaltext a:link {
	color:darkblue;
	text-decoration: none;
}

.normaltext a:visited {
	color:darkblue;
	text-decoration: none;
}
.normaltext a:hover {
	color:red;
	text-decoration: none;
}

.largertext {
	font-family: "宋体";
	font-size: 14px;
	line-height: 1.5;
}

.leftmenu {
	font-size: 12px;
}
.leftmenu a:link {
	text-decoration: none;
	color: black;
}
.leftmenu a:hover {
	text-decoration: none;
	color:F7F7F7;
}
.leftmenu a:visited {
	text-decoration: none;
	color: black;
}
a:link {
	color: #0033CC;
	text-decoration: none;
	font-family: "宋体";
	font-size: 12px;

}
a:visited {
	color: #0033CC;
	text-decoration: none;
	font-size: 12px;
	font-family: "宋体";

}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-family: "宋体";
	font-size: 12px;

}
