<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//3.2">

<HTML>
<HEAD>
	<TITLE>A Style Sheet Template</TITLE>

	<STYLE TYPE="text/css">
	<!--

	BODY {
		background-color: #f0f8ff;
		color: #FF0000;
		font-size: 10px;
		font-family: helvetica, Verdana, Arial, sans-serif;
		margin-left: 10px;
		margin-right: 10px;
	}
	A:LINK {
		text-decoration: underline;
		font-family: helvetica, Verdana, Arial, sans-serif;
		color: firebrick;
		font-size: 10pt;
		font-weight: bold;
	}
	A:VLINK {
		text-decoration: underline;
		color: firebrick;
		font-size: 10pt;
		font-weight: bold;
		font-family: helvetica, Verdana, Arial, sans-serif;
	}
	A:ALINK {
		text-decoration: underline;
		color: firebrick;
		font-size: 10pt;
		font-style: italics;
		font-weight: bold;
		font-family: helvetica, Verdana, Arial, sans-serif;
	}
	H1 {
		font-size: 24pt;
		font-family: helvetica;
		color: firebrick;
	}
	H2 {
		font-size: 20pt;
		font-family: helvetica;
		color: #dc143c;
	}
	H3 {
		font-size: 18pt;
		font-family: helvetica;
		color: #ff4400;
	}
	H4 {
		font-size: 16pt;
		font-family: helvetica;
		color: #a2491e;
	}
	H5 {
		font-size: 12pt;
		font-family: helvetica;
		color: teal;
	}
	H6 {
		font-size: 10pt;
		font-family: helvetica;
		font-weight: bold;
		color: firebrick;
	}
	P {
		font-family: helvetica, Verdana;
		font-size: 9pt;
		font-weight: bold;
		color: navy;
	}
	//-->
</HEAD>
</HTML>




