/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E6E6E6;
}

.kuang01{
	border: 1px solid #96CEF8;
}
.bg_blue{
	border: 1px solid #96CEF8;
	font-family: "ËÎÌå";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0686D2;
	text-align: center;
}
.bg_white{
	border: 1px solid #96CEF8;
	font-family: "ËÎÌå";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
.white{
	color: #FFFFFF;
}
.black{
	color: #000000;
}
.strong{
	font-weight: bold;
}
