body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin: 10px;
	text-align: left;
	vertical-align: top;
	background-color: White;
	}

/* Text and links formatting */	
	
h1 {
	font-size:14pt;
	font-weight: normal;
	margin: 10px;
	color:#000000;
	}
a:link,a:active,a:visited {
	color: Black;
	text-decoration: underline;
	border-bottom: none;
	}
a:hover {
	color: #808080;
	text-decoration: underline;
	border-bottom: none;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin: 10px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	}




	
