td,body,input {
	font-size:12px
}
a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #003399;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.aaa:visited {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-family: "黑体";
	font-weight: bold;
}
a.aaa:hover {
	font-size: 14px;
	color: #FF9900;
	text-decoration: underline;
	font-family: "黑体";
	font-weight: bold;
}
a.aaa:active {
	font-size: 14px;
	color: #FF9900;
	text-decoration: none;
	font-family: "黑体";
	font-weight: bold;
}
a.aaa:link {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-family: "黑体";
	font-weight: bold;
}
.input {
	font-size: 12px;
	border: 1px solid #CCCCCC;
}
