<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//3.2">

<HTML>
<HEAD>
	<TITLE>A Style Sheet Template</TITLE>

	<STYLE TYPE="text/css">
	<!--

	BODY {
		background-color: fcfcff;
		background-image:
		url(../images/background/bluskybkg.jpg);
		background-repeat: repeat-y,repeat-x;
		background-attachment: scroll;
		color: FF0000;
		font-size: 10pt;
		font-family: Verdana, helvetica, Arial, sans-serif;
		margin-left: -25px;
		margin-top: -10px;
	}
	A:LINK {
		text-decoration: none;
		font-family: Verdana, helvetica, Arial, sans-serif;
		color: green;
		font-size: 9pt;
		font-weight: bold;
	}
	A:VISITED {
		text-decoration: none;
		color: #8200C4;
		font-size: 9pt;
		font-weight: bold;
		font-family: Verdana, helvetica, Arial, sans-serif;
	}
	A:ACTIVE {
		text-decoration: underline;
		color: firebrick;
		font-size: 9pt;
		font-style: italics;
		font-weight: bold;
		font-family: Verdana, helvetica, Arial, sans-serif;
	}
	H1 {
		font-size: 24pt;
		font-family: Verdana, helvetica;
		color: firebrick;
	}
	H2 {
		font-size: 20pt;
		font-family: Verdana, helvetica;
		color: dc143c;
	}
	H3 {
		font-size: 18pt;
		font-family: Verdana, helvetica;
		color: ff4400;
	}
	H4 {
		font-size: 16pt;
		font-family: Verdana, helvetica;
		color: a2491e;
	}
	H5 {
		font-size: 12pt;
		font-family: Verdana, helvetica;
		color: teal;
	}
	H6 {
		font-size: 10pt;
		font-family: Verdana, helvetica;
		font-weight: bold;
		color: firebrick;
	}
	P {
		font-family: Verdana, helvetica;
		font-size: 8pt;
		font-weight: normal;
		color: navy;
	}
	.dropcap {
		font: bold 200% helvetica,sans-serif,arial;
		color: burlywood;
	}
	.dropcap2 {
		font: bold 200% helvetica,sans-serif,arial;
		color: burlywood;
		float:left;
	}
	.textflowimage {
		float:left;
	}
	//-->
</HEAD>
</HTML>



