@charset "utf-8";
body {
	font-size: 12px;
	margin: 0px;
	font-family: Tahoma, "宋体";
}
a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: underline;
}
.orange {
	color: #ff3300;
}
.orange a {
	color: #FF3300;
}
.links {
	color: #999999;
	font-size: 12px;
}
.copy {
	color: #666666;
	line-height: 20px;
}
.copy a {
	color: #666666;
}
.boldred12 {
	font-weight: bold;
	color: #FF3300;
}
.boldblue12 {
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
}
