<HTML>
<HEAD>
<TITLE>Style Sheet</TITLE>
</head>
   <STYLE type="text/css">
   <!--

a:link {
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #00009D;
	text-decoration: underlined;
	}

a:visited {
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #00009D;
	text-decoration: underlined;
	}

a:active {
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #00CCFF;
	text-decoration: underlined;
	}

a:hover {
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #00CCFF;
	text-decoration: underlined;
	}

body   {
	color: rgb(0,0,0);
	background-color: #6699CC;
	font-family: Arial;
	font: 12pt;
	margin: 0px;
	}
	
H1 {
	font-size: 18pt;
	font-weight: bold;
	text-align:center;
	color: rgb(0,0,0);
	margin-top: 3px;
	margin-bottom: 3px
	}
	
H2 {
	font-size: 14pt;
	color: rgb(0,0,0);
	font-weight: bold;
	}

H3 {	
	font-size: 12pt;
	font-weight: bold;
	}

H4 {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	}

H5 {
	font-size: 10pt;
	font-weight: bold;
	}

-->
   </style>

