a:link {
	color:#0d004c;
	text-decoration: none;
}
a:visited {
	color: #0d004c;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #0d004c;
	text-decoration: none;
}
.text {
	font-size: 12px;
	line-height: 20px;
}
.gonggao {
	font-size: 24px;
	color: #cc3333;
	font-family: "Á¥Êé";

}
.dblBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
}