@charset "utf-8";
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #09F;
}
.regular_text {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
}
.bold_highlight {
	font-size: 13px;
	color: #606;
	font-weight: bold;
}
.footnote {
	color: #F60;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: center;
}

