@charset "UTF-8";
/* CSS Document */

.blueheadilne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	color: #0076ba;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	
}
.sideTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
}
.sideText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	font-style: italic;
}
.bulletlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	list-style-position: inside;
	list-style-type: square;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	list-style-type: none;
}
