@charset "UTF-8";
.numberedtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	padding-bottom: 15px;
	padding-right: 10px;
	margin-left: 5px;
	padding-left: 2px;
	color: #545454;
	list-style-type: decimal;
}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 17pt;
	font-weight: bold;
	color: #6D57A5;
}
.oneColFixCtr #container {
	width: 590px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 17pt;
	color: #6D57A5;
	font-weight: bold;
	font-style: normal;
	margin-top: 30px;
	margin-bottom: 0px;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	line-height: 16pt;
	color: #01ABC9;
	margin-left: 15px;
}
.textbullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	padding-bottom: 0px;
	list-style-image: url(bullet.gif);
	padding-right: 10px;
	padding-left: 2px;
	color: #545454;
	margin-left: 5px;
	padding-top: 5px;
}
.textbullet2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	margin-left: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	list-style-image: url(bullet2.gif);
	padding-left: 2px;
	color: #545454;
	padding-top: 5px;
}
.textbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 14pt;
	font-weight: bold;
	margin-right: 10px;
	color: #545454;
}
.italictext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	font-weight: bold;
	margin-left: 15px;
	color: #545454;
	font-style: italic;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	word-spacing: 1px;
	margin-left: 15px;
	color: #545454;
	margin-right: 10px;
}
