body {
	background-color: #f5fafd;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	margin: 2px;
}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}
table { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 9pt }
td { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 9pt }
tr { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 9pt }
.value { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 9pt }
#statistic .head_table {
	border: 1px solid #628fca;
	width: 100%;
	background-color: #FFFFFF;
}

#statistic .head_table_hd {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-TOP: 4px;
	PADDING-BOTTOM: 0px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 15px;
	COLOR: #333;
	HEIGHT: 10px;
	TEXT-ALIGN: center;
	background-color: #628fca;
}
#statistic .bd_table {
	BORDER-LEFT: 0px;
	BORDER-TOP: 0px;
	BORDER-RIGHT: 0px;
	BORDER-BOTTOM: 0px;
	width: 100%;
}
#statistic .bd_table_hd {
	FONT-SIZE: 12px;
	COLOR: #333;
	text-align: left;
	padding: 2px;
	vertical-align: top;
	font-weight: bold;
}
#statistic .bd_table_detail {
	FONT-SIZE: 12px;
	COLOR: #333;
	text-align: justify;
	padding: 2px;
	vertical-align: top;
}
#statistic .bd_table_link {
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px;
	TEXT-ALIGN: right;
}

