@charset "utf-8";
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	display: block;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	background-color: #C1C1C1;
}
a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.apage {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	padding: 2px;
}

