BODY {
	background-color: white
	}
A:link {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: rgb(110,80,112)
	}
A:visited {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: rgb(128,128,128)
	}
A:active {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: rgb(128,0,0)
	}
H1 {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: rgb(110,80,112);
	margin-top: 25pt;
	margin-left: 10pt
	}
H2 {
	font-family: Arial, sans-serif;
	font-size: 11pt;
	color: rgb(110,80,112);
	margin-top: 20pt;
	margin-left: 10pt
	}
P {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	text-align: left;
	margin-left: 10pt;
	margin-right: 10pt
	}
.red {
	font-family: Arial, sans-serif;
	color: rgb(255,0,0)
	}
