<html> <head> <meta http-equiv="content-language" content="en-us"> <meta http-equiv="content-type" content="text/html; charset=windows-1252"> <title>banner text - this is an example</title> <style>{  }
.BannerTxt   { font-family: Trebuchet MS; font-size: 10pt; color: #008000; font-weight: bold; 
               line-height: 1.2; margin-top: 2 }
.Hdr1        { font-family: Tahoma; font-size: 13pt; color: #6699FF; text-align: left; 
               font-variant: small-caps; font-weight: bold; margin-top:5; margin-bottom:5; line-height:150% }
.Hdr2        { font-family: Tahoma; font-size: 10pt; color: #009933; font-weight: bold; margin-bottom:6 }
.Hdr3        { font-family: Tahoma; font-size: 10pt; color: #CC3300; font-weight: bold; 
               text-align: left; line-height:100% }
.Hdr4        { font-family: Tahoma; font-size: 10pt; color: #CC3300; font-weight: bold; 
               text-align: center }
.Hdr5        { font-family: Tahoma; font-size: 10pt; color: #6699FF; font-weight: bold; 
               text-align: left }
body         { font-family: Tahoma; font-size: 9pt; color: #808080 }
.Text1       { font-size: 9pt }
.Text10pt    { font-size: 10pt; line-height: 120% }
.TableBullets { list-style-type: disc; text-align: left; margin-left: -15; margin-top: 0 }
span.Bold2   { font-family: Tahoma; font-size: 10pt; color: #CC6600; font-weight: bold }
span.Bold    { font-family: Tahoma; font-size: 9pt; color: #CC3300; font-weight: bold }
.TableBody   { font-size: 9pt; font-family: Tahoma; color: #0066FF }

h1        { font-family: Tahoma; font-size: 10pt; color: #009933; font-weight: bold; margin-bottom:6 }
h2        { font-family: Tahoma; font-size: 10pt; color: #CC3300; font-weight: bold; 
               text-align: left; line-height:100% }
h3           { color: #00A854; font-size: 9pt; font-family: Tahoma; font-weight: bold; margin-top:5; margin-bottom:3 }
table        { font-size: 9pt; color:#808080; line-height:120% }

h10           { font-size: 14pt; font-weight: bold }
h20           { font-size: 12pt; font-family: Tahoma; font-weight: bold }
-->
</style>
</head>

<body>

<p class="BannerTxt">Banner text - This is an example of the text style that 
will be applied</p>
<p class="Hdr1">Hdr1 - This is an example of the text style that will be applied</p>
<p class="Hdr2">Hdr2 - This is an example of the text style that will be applied</p>
<p class="Hdr3">Hdr3 - This is an example of the text style that will be applied</p>
<p class="Hdr4">Hdr4 - This is an example of the text style that will be applied</p>
<p class="Hdr5">Hdr5 - This is an example of the text style that will be applied</p>
<p>Body - This is an example of the text style that will be applied</p>
<p class="Text1">Text1 - This is an example of the text style that will be 
applied</p>
<ul>
	<li>
	<p class="TableBullets">TableBullets - This is an example of the text style 
	that will be applied (must set bullet feature)</li>
</ul>
<p><span class="Bold">Span.Bold&nbsp; - This is an example of the text style 
that will be applied</span></p>
<p><span class="Bold2">Span.Bold2 - This is an example of the text style that 
will be applied</span></p>
<p>&nbsp;</p>

</body>

</html>