@charset "utf-8";
/* CSS Document */
body {
	background-color: #E1E8E1;
}

._micro {
	font-family: "Arial Narrow", Arial;
	font-size: 8px;
	font-style: normal;
	font-weight: lighter;
}
._heading_1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
._heading_1_gray {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
._text_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
._text_1_gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
._footnote {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #666666;
	font-size: 10px;
}
