@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #111111;
}


body,td,th {
	font-family: SimSun, Drinks  Various;
	font-size: 12px;
	color: #FFFFFF;
}
.sub_title {
	font-family: SimSun, "Drinks  Various";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

a {
	font-family: SimSun, Drinks  Various;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}