
<style>
	A:LINK { color: #1496D3 }
	A:VISITED { color: #22B9FF }
	A:HOVER { color: #005C8A}
	A:ACTIVE { color: #2A95CB }

	font.normal {
		color: black;
		font-size: 8pt;
		font-family: helvetica,verdana,arial;
	}
	font.head {
		color:black;
		font-weight: bold;
		font-size:10pt;
		font-family: helvetica,verdana,arial;
		text-transform: uppercase;
	}
	P {
                color: black;^M
                font-size: 8pt;^M
                font-family: helvetica,verdana,arial;^M
	}
	H2 {
		color:black;
                font-weight: bold;
                font-size:10pt;
                font-family: helvetica,verdana,arial;
                text-transform: uppercase;
        }
</style>