<html>
<head>

<style type="text/css">

body { background-color: #cccccc }
body { color: black; background-color: #c0c0c0 }

p  { font-size: 12pt; font-family: times; line-height: 18pt; text-indent: 1cm; margin-top: 15px; margin-left: 15px; margin-right:10px }
p.quote	{margin-left:1.25em; margin-right:2em; font-size:90%; font-style:italic }
p.sup  	{ font-size: 2pt; font-family: times; vertical-align: text-top }
p:first-letter { color:#993333; font-size: 26 }

a:link { color: #ffcc66; text-decoration: none; style=cursor:move }
a:visited { color: ffcc00; text-decoration: none }
a:hover {text-decoration: underline}

a.one:link {color:#993333; text-decoration: none; style=cursor:move }
a.one:visited { color: #003366; text-decoration: none }
a.one:hover {text-decoration: underline}

div		{
		float:right;
		width:200px;
		margin:10px 5px 5px 5px;
		padding:5px;
		border:2px solid black;
		text-align:left;
		line-height: 16pt;
		background-color:#c0c0c0;
		}
		
div.floatr	{
		float:right;
		width:234px;
		margin:5px 5px 5px 5px;
		padding:0px;
		border:none;
		text-align:left;
		line-height: 16pt;
		background-color:#FFFFFF;
			}
			
div.floatl	{
		float:left;
		width:164px;
		margin:5px 5px 5px 5px;
		padding:0px;
		border:none;
		text-align:left;
		line-height: 16pt;
		background-color:#FFFFFF;
			}			
		
img.right 	{
		float:right;
		margin:0px 5px 15px 20px;
			}
img.left 	{
		float:left;
		margin:0px 5px 15px 20px;
			}

float
{
float:right;
border:2px solid black;
margin:0px 5px 15px 20px;
}



h1 		{
			font-size:22pt; color:#000000; text-align:"center"; 
		}

h2 		{
			font-size:20pt; color:#000000; text-align:"center";
		}

h3 		{
			font-size:18pt; color:#000000; text-align:"center"; 
		}

h4 		{
			font-size:12pt; color:#000000; text-align:"center"; 
		}

h5 		{
			font-size:10pt; color:000000; text-align:"center"; 
		}

h6 		{
			font-size:6pt; color:000000; text-align:"center"; 
		}

none (
font-size:6pt
color:#000000
text-align:"right"
}


</style>