	BODY {
		font-size: 9pt;
		line-height: normal;	
		font-family: arial, sans-serif;
		font-variant: normal;
		font-style: normal;
		margin-top:0px;
		}
	H1 {
		border-top: thin solid darkgreen;
		border-bottom: thin solid darkgreen;
		background-color: black; 
		color: white;
		font-weight: bold;
		font-size: 18pt;
		line-height: normal;
		font-family: arial, serif;
		font-variant: normal;
		font-style: normal;
		}
	H2 {
		border-top: thin solid darkgreen;
		background-color: black;
		color: white;
		font-weight: bold;
		font-size: 14pt;
		line-height: normal;
		font-family: arial, sans-serif;
		font-variant: normal;
		font-style: normal;
		}
	H3 {
		border-bottom: thin solid darkgreen;
		background-color: black;
		color: white;
		font-weight: bold;
		font-size: 10pt;
		line-height: normal;
		font-family: arial, sans-serif;
		font-variant: normal;
		font-style: normal;
		}
	H4{
		background-color: gray;
		color: white;
		font-weight: normal;
		font-size: 10pt;
		line-height: normal;
		font-family: arial, sans-serif;
		font-variant: normal;
		font-style: normal;
		}
	H3 {
		background-color: black;
		color: white;
		font-weight: bold;
		font-size: 10pt;
		line-height: normal;
		font-family: arial, sans-serif;
		font-variant: normal;
		font-style: normal;
		}		
	HR {
		color: green;
		}		
	TABLE {		
	font-size: 9pt;	
	font-family: arial, sans-serif;	
		}		
	TD {		
	font-size: 9pt;	
	font-family: arial, sans-serif;	
		}			

	A:link { color: limegreen; text-decoration=none;} /* unvisited link */
	A:visited { color: tomato; text-decoration=none; } /* visited links */
	A:active { color: lime; text-decoration=none; } /* active links */
	A:hover { background: silver; color: black;}
