<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<title>Mainstyle CSS</title>
	<style TYPE="text/css">	<!--
	BODY  {
		font-family : Arial;
		
		margin-left : 0;
		margin-top : 0;
	}

	P  {
		font-family : Arial;
		font-size : 9pt;
	}

	th  {
		font-family : Arial;
		font-size : 9pt;
		color : #ffffff;
		text-align : center;
		background-color : #ff9900;
	}

	.newth  {
		font-family : Arial;
		font-weight : normal;
		font-size : 8pt;
		color : #ffffff;
		background-color : #ff9900;
	}
 .smallthleft  {
	font-family : Arial;
	font-weight : normal;
	font-size : 8pt;
  	text-align : left;
	color : #ffffff;
	background-color : #ff9900;
}
	.lighttd  {
		font-family : Arial;
		font-weight : normal;
		font-size : 9pt;
		color : black;
		background-color : #ffcc99;
	}
	td  {
		font-family : Arial;
		font-size : 9pt;
		color : Black;
		text-align : center;
	}
	.lefttd  {
		font-family : Arial;
		font-size : 9pt;
		color : Black;
		text-align : left;
	}
	A:Link:  {
		text-decoration : underline;
		color : Blue;
	}

	A:Visited:  {
		text-decoration : underline;
		color : Blue;
	}

	A:Active:  {
		text-decoration : underline;
		color : Blue;
	}

	A:Hover:  {
		text-decoration : underline;
		color : Red;
	}

	.alert  {
		font-family : Arial;
		font-size : 9pt;
		font-weight : bold;
		color : Red;
		text-align : center;
	}

	.happy  {
		font-family : Arial;
		font-size : 9pt;
		font-weight : bold;
		color : #009900;
		text-align : center;
	}

	.orange  {
		background-color : #ff9900;
	}
	.alt  {
		font-family : Arial;
		font-size : 9pt;
		color : Black;
		text-align : center;
		background-color : #ffcc99;
	}

	.small  {
		font-family : Arial;
		font-size : 8pt;
		color : Black;
		text-align : center;
	}
	.smallleft  {
		font-family : Arial;
		font-size : 8pt;
		color : Black;
		text-align : left;
	}
	.smallalt  {
		font-family : Arial;
		font-size : 8pt;
		color : Black;
		text-align : center;
		background-color : #ffcc99;
	}
	.formbut  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : white;
	text-align : center;
	font-weight : bold;
	background-color : #ff9900;
}
	-->
</style>
	
</head>

<body>
</body>
</html>
