@charset "utf-8";
/* CSS Document */

.regular_body {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 17px;
	height: 30px;
	padding-bottom: 5px;
	text-align: left;
}
.bold_Body {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.sub_title {
	color: #900;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
}
.footnote_italic {
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}
