<html>

<style type="text/css">

<!--

H1 {font: 18pt "arial";
	 font-weight: 700;
	 text-align: center;
	 text-indent:0px;
	 margin-left: 10px;
	 margin-top: 30px;
	 margin-bottom: 30px;
	 text-decoration: underline;
	 color: #336699}

H2 {font: 14pt "arial";
	 font-weight: 700;
	 text-align: center;
	 text-indent:0px;
	 margin-left: 10px;
	 margin-top: 20px;
	 margin-bottom: 10px;
	 color: black}

H3 {font: 18pt "arial";
	 font-weight: 400;
	 text-align: left;
	 text-indent:0px;
	 margin-left: 15px;
	 margin-top: 50px;
	 margin-bottom: 10px;
	 background: black;
	 color: white}

H4 {font: 14pt "arial";
	 font-weight: 500;
	 text-align: left;
	 text-indent:0px;
	 margin-left: 10px;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 color: black}

H5 {font: 22pt "arial";
	 font-weight: 700;
	 text-align: left;
	 text-indent:0px;
	 margin-left: 10px;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 color: black}

P.body {font: 10pt "arial";
	 font-weight: 400;
	 text-align: left;
	 text-indent:0px;
	 margin-left: 15px;
	 margin-right: 15px;
	 margin-top: 5px;
	 margin-bottom: 5px;
	 color: black}

P.body2 {font: 10pt "arial";
	 font-weight: 400;
	 text-align: left;
	 text-indent:10px;
	 margin-left: 15px;
	 margin-right: 15px;
	 margin-top: 15px;
	 margin-bottom: 5px;
	 color: white}

LI  {
         font: 9pt "arial";
	 font-weight: 400;
	 text-indent:0px;
	 margin-left: 20px;
	 margin-right: 0px;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 color: black
         }

P.left {font: 9pt "arial";
	 font-weight: 400;
	 text-align: left;
	 text-indent:0px;
	 margin-left: 12px;
	 margin-right: 12px;
	 margin-top: 5px;
	 margin-bottom: 5px;
	 color: black}

P.center {font: 9pt "arial";
	 font-weight: 400;
	 text-align: center;
	 text-indent:0px;
	 margin-left: 0px;
	 margin-right: 0px;
	 margin-top: 20px;
	 margin-bottom: 10px;
	 color: black}

P.ctrbody {font: 9pt "arial";
	 font-weight: 700;
	 text-align: center;
	 text-indent:0px;
	 margin-left: 12px;
	 margin-right: 12px;
	 margin-top: 0px;
	 margin-bottom: 20px;
	 color: black}

P.lightctrbody {font: 8pt "arial";
	 font-weight: 500;
	 text-align: center;
	 text-indent:0px;
	 margin-left: 0px;
	 margin-right: 0px;
	 margin-top: 0px;
	 margin-bottom: 10px;
	 color: black}

P.ctrbody4 {font: 9pt "arial";
	 font-weight: 700;
	 text-align: left;
	 text-indent:0px;
	 margin-left: 65px;
	 margin-right: 65px;
	 margin-top: 0px;
	 margin-bottom: 20px;
	 color: black}

P.ctrbody3 {font: 12pt "arial";
	 font-weight: 700;
	 text-align: center;
	 text-indent:0px;
	 margin-left: 12px;
	 margin-right: 12px;
	 margin-top: 0px;
	 margin-bottom: 20px;
	 color: black}

P.red {font: 9pt "arial";
	 font-weight: 700;
	 text-align: center;
	 text-indent:0px;
	 margin-left: 12px;
	 margin-right: 12px;
	 margin-top: 0px;
	 margin-bottom: 20px;
	 color: red}

P.ctrbody2 {font: 9pt "arial";
	 font-weight: 700;
	 text-align: center;
	 text-indent:0px;
	 margin-left: 12px;
	 margin-right: 12px;
	 margin-top: 0px;
	 margin-bottom: 20px;
	 background: black;
	 color: white}

P.whitebody {font: 8pt "arial";
	 font-weight: 400;
	 text-align: right;
	 text-indent:0px;
	 margin-left: 12px;
	 margin-right: 12px;
	 margin-top: 35px;
	 margin-bottom: 5px;
	 color: white}

P.smbody {font: 8pt "arial";
	 font-weight: 400;
	 text-align: center;
	 text-indent:10px;
	 margin-left: 10px;
	 margin-right: 10px;
	 margin-top: 10px;
	 margin-bottom: 10px;
	 color: white}

P.smbody2 {font: 8pt "arial";
	 font-weight: 400;
	 text-align: center;
	 text-indent:10px;
	 margin-left: 10px;
	 margin-right: 10px;
	 margin-top: 10px;
	 margin-bottom: 10px;
	 color: black}

A:hover {
        font: 8pt "arial";
	font-weight: 700;
	color: white;
	background-color: #6699CC;
	text-decoration: none;
	}
                                   
A:link {
	font: 8pt "arial";
 	font-weight: 700;
	color: white;
	text-decoration: none;
	}
	 
A:active {
	 font: 8pt "arial";
	 font-weight: 700;
	 color: #483D8B;
	 text-decoration: none;
	 }
	                 
A:visited {
          font: 8pt "arial";
	  font-weight: 700;
	  color: white;
	  text-decoration: none;
	  }

A:hover.onwhite {
        font: 8pt "arial";
	font-weight: 700;
	color: gray;
	text-decoration: underline;
	}
                                   
A:link.onwhite {
	font: 8pt "arial";
 	font-weight: 700;
	color: red;
	text-decoration: none;
	}
	 
A:active.onwhite {
	 font: 8pt "arial";
	 font-weight: 700;
	 color: #483D8B;
	 text-decoration: none;
	 }
	                 
A:visited.onwhite {
          font: 8pt "arial";
	  font-weight: 700;
	  color: red;
	  text-decoration: none;
	  }

a.bodymail {
	   color: black;
           text-decoration: underline
           }

a:hover.bodymail  {
 		background-color: gold;
                text-decoration: underline
  		  }

a:visited.bodymail  {
 		    color: black;
                    text-decoration: underline
                    }


</style>

<body>
</body>

</html>
