@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;
}
.articlecontent {
	border-bottom: 1px solid rgb(168, 0, 0);
	margin-bottom:10px;
}
.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;
}

ul.list5 {
	position: relative;
	margin: 0px;
	margin-left: 30px;
	padding: 0px;
	list-style: none;
	line-height: 20px;
}

ul.list5 li {	
	padding-left: 10px;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 10px;
}
