BODY {	margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		background-color: white;
		font-family: Arial, sans-serif;
		font-size: 10px
		color: #000000;
}

P,TABLE,TD,LI {	font-family: Arial, sans-serif;
	font-size: 10pt;
	color:#000000; }

A {	text-decoration: underline;
	color: #000000;}

A:link {	text-decoration: underline;
		color: #000000; }
A:visited {	text-decoration: underline;
		color: #000000;}
A:active {	text-decoration: none;
		color:#009900; }
A:hover {	text-decoration: none;
		color:#009900; }

H1 {	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #CC0033;}

H2 {	font-family: Arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #CC0033;}

H3 {	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #CC0033;}

.overflow {
	width: 100%; 
	height: 92%; 
	overflow: auto;
	margin-top:0px;
	padding-left:0px;
	padding-right:10px;
	padding-bottom:0px
}

