<html>
<head>
<title>Style</title>
<style>	<!--
	BODY {
		background: #fbfbfb;
	}

	A:visited {
		color: #800080;
	}
	
	.tall {
	
	}

	.none:visited{color:blue; text-decoration:none;}
	.none:link{color:blue; text-decoration:none;}
	
	p {
		font: 10pt Arial, Helvetica, sans-serif ;}

	br {
		font: 10pt Arial, Helvetica, sans-serif;	}

	table, td {
		font: 10pt Arial, Helvetica, sans-serif;	}

	.cw {
		font: 10pt Courier;	}
		
	UL {
		font: 10pt Arial, Helvetica, sans-serif;	}

	OL {
		font: 10pt Arial, Helvetica, sans-serif;	}

	.dash {
		list-style-image: url("http://www.shortsupport.org/gif/dash.gif");
	    margin-bottom: 0px;
        margin-top: 0px;
	}

	UL.noin {
		margin-left: 16px;
		margin-bottom: 0px;
        margin-top: 0px;
	}

	.big {

		font: 12pt "Times New Roman", Times, serif;}
		
	b {
		font: bold 12pt "Times New Roman", Times, serif;
		font-weight: bold;}

	strong {
		font-weight: bold;}

	.tnr {
		font: 12pt "Times New Roman", Geneva, sans-serif;
	}
	.p1 {
		font: 12pt "MS Sans Serif", Geneva, sans-serif;
	}

	.np {
		margin-top: auto;
	}
	
    .tight {
	    margin-bottom: 0px;
        margin-top: 0px;
     }
	 
	.G {
		font: 11pt "Times New Roman", Times, serif;
		color: green;
		padding: 10px 50px 0px 30px;	}
		
	.GREY {
	font: 10pt Arial, Helvetica, sans-serif;
	color: #444444;
	padding: 10px 50px 0px 30px;
}
		
	.GN {
		font: 11pt "Times New Roman", Times, serif;
		color: green;
		margin-top: 6px;
		margin-bottom: 6px;
		margin-left: 20px}
		
	.narrow {
		margin-top: 6px;
		margin-bottom: 6px;
		}
		
	.H0 {
		font: 20pt Arial, Helvetica, sans-serif;
		text-shadow: yellow 5px 5px 3px;
		font-weight: bold;
		color: blue;
		text-align: center;}

	.H1 {
		font: 18pt Arial, Helvetica, sans-serif;
		text-shadow: yellow 5px 5px 3px;
		font-weight: bold;
		color: blue;
		text-align: center;}

	.H2 {
		font: 16pt Arial, Helvetica, sans-serif;
		color: blue;
		text-align: center;}

	.H3 {
		font: 13pt Arial, Helvetica, sans-serif;
		color: blue;
		text-align: center;}

	.H4 {
		font: 13pt Western;
		color: blue;
		text-align: center;}
		

	.H5 {
		font: 12pt Western;
		color: blue;
		text-align: center;}
		
	.H6 {
		font: 11pt Arial;
		color: blue;
		text-align: center;}

      H4 {margin-bottom: 6px;
}
		
	-->
</style>
</head>
<body>
</body>
</html>

