<HTML>
<HEAD>
<TITLE>Style Sheet</TITLE>
</head>
   <STYLE type="text/css">
   <!--

a:link {
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: rgb(215,107,0);
	text-decoration: underline;
	}

a:visited {
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: rgb(215,107,0);
	text-decoration: underline;
	}

a:active {
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: rgb(215,107,0);
	text-decoration: underline;
	}

a:hover {
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: rgb(255,128,0);
	text-decoration: underline;
	}

body   {
	color: rgb(0,0,0);
	background-color: rgb(255,209,164);
	font-family: Verdana, Arial;
	}
	
H1 {
	font-size: 16pt;
	font-weight: bold;
	color: rgb(215,107,0);
	}
	
H2 {
	font-size: 14pt;
	color: rgb(215,107,0);
	font-weight: bold;
	}

H3 {	
	font-size: 12pt;
	font-weight: bold;
	}

H4 {
	font-size: 10pt;
	font-weight: bold;
	}

H5 {
	font-size: 8pt;
	font-weight: bold;
	}

	
-->
   </style>

<BODY>
<COMMENT>none</COMMENT>
</BODY>
</HTML>
