	body {
		font-family: arial, sans-serif;
		font-size: 9pt;
		background-color: #e6eff5;
		color: #0f3b56;
	}
	
	p {
		margin: 1em 0px;
		font-size: 9pt;
		text-align: justify;
	}

	li {
		font-size: 9pt;
		text-align: left;
	}

	ul {
		list-style-type: square;
	}

	a {
		color: #2D6797;
		font-weight: bold;
		text-decoration: none;
	} a:hover {
		color: #FF3300;
		font-weight: bold;
		text-decoration: underline;
	}

	h1 { font-family: georgia, serif; margin: 1em 0px; padding: 0px; font-size: 20pt; font-weight: bold; color: #0f3b56; }
	h2 { font-family: Calibri, Arial, Helvetica, sans-serif; margin: 1em 0px; padding: 0px; font-size: 16pt; font-weight: bold; color: #671F6D; }
	h3 { font-family: Calibri, Arial, Helvetica, sans-serif; margin: 1em 0px; padding: 0px; font-size: 12pt; font-weight: bold; color: #AF2559; }
	h4 { font-family: Calibri, Arial, Helvetica, sans-serif;margin: 1em 0px; padding: 1.5mm 5px; font-size: 10pt; font-weight: bold; color: #30490A; background-color: #CCFFCC; border: 1px solid #466B0E; border-left: none; border-right: none; }
	h5 { font-family: Calibri, Arial, Helvetica, sans-serif;margin: 1em 0px; padding: 1.5mm 5px; font-size: 10pt; font-weight: bold; color: #413307; background-color: #FBF5D9; border: 1px solid #775C0D; border-left: none; border-right: none; }
	h6 { font-family: Calibri, Arial, Helvetica, sans-serif;margin: 1em 0px; padding: 1.5mm 5px; font-size: 10pt; font-weight: bold; color: #224F86; background-color: #DBE8F7; border: 1px solid #3F81CF; border-left: none; border-right: none; }

	.red_bar { display: block; margin: 1em 0px; padding: 1.5mm 5px; font-size: 10pt; font-weight: bold; color: #8B2323; background-color: #FBD7DB; border: 1px solid #CC0000; border-left: none; border-right: none; }
	.purple_bar { display: block; margin: 1em 0px; padding: 1.5mm 5px; font-size: 10pt; font-weight: bold; color: #660066; background-color: #EECAE6; border: 1px solid #660066; border-left: none; border-right: none; } 
	.gray_bar { display: block; margin: 1em 0px; padding: 1.5mm 5px; font-size: 10pt; font-weight: bold; color: #5F5F5F; background-color: #D2D2D2; border: 1px solid #727272; border-left: none; border-right: none; }
	.yellow_bar { display: block; margin: 1em 0px; padding: 1.5mm 5px; font-size: 10pt; font-weight: bold; color: #413307; background-color: #FBF5D9; border: 1px solid #775C0D; border-left: none; border-right: none; }
	.green_bar { display: block; margin: 1em 0px; padding: 1.5mm 5px; font-size: 10pt; font-weight: bold; color: #30490A; background-color: #CCFFCC; border: 1px solid #466B0E; border-left: none; border-right: none; }
	.blue_bar { display: block; margin: 1em 0px; padding: 1.5mm 5px; font-size: 10pt; font-weight: bold; color: #224F86; background-color: #DBE8F7; border: 1px solid #3F81CF; border-left: none; border-right: none; }
	.importantblock { 
	display: block;
	background-color: #f8e8e8; 
	background-attachment: scroll; 
	background-image: url('img/important32x36.gif'); 
	background-position: 10px center; 
	background-repeat: no-repeat; 
	border: 1px solid #d81000; 
	color: #f00705; 
	font-size: 9pt; 
	font-family: tahoma, arial, sans-serif; 
	font-weight: bold;
	padding: 20px 10px 20px 50px;
	margin: 1em;
	}

