@charset "utf-8";
/* CSS Document */

.hdr {
	font-size: 14pt;
	font-weight: bold;
	background-color: #ACB9C2;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #2E4459;
}

.hr_break{
padding-top:15px; padding-bottom: 10px;
}
.style3 {
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
	color: #E6EAED;
}
.subtitle {
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #E6EAED;
}
.footer_txt {
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #E6EAED;
}
.article {
	font-size: 14pt;
	color: #000000;
	text-transform: none;
	font-weight: bold;
}
.toc {
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.toclist {
	list-style-position: outside;
	list-style-type: circle;
	margin-top: 0px;
}