@charset "utf-8";
.Big {
	font-family: "微软雅黑", "黑体", "华文琥珀";
	font-size: 18px;
	font-weight: bold;
	color: #FFFF06;
}
.YellowText  {
	font-size: 12px;
	font-weight: bold;
	color: #FFFF06;
	font-family: "Times New Roman", Times, serif;
}

.WhiteText {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.FORMX {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px solid #000000;
	color: #FFFFFF;
	background-color: #000000;
	height: 20px;
	margin: auto;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

