body {
	font-family: Arial;
}

p {
	font-family: Arial;
	font-size: 9pt;
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 20;
	margin-right: 20;
}

p.bold {
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 20;
	margin-right: 20;
}
a:link {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
	}

a:active {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
	}	

a:visited {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
	}	

a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight:bold;
	}
	
td {
	font-family: Arial;
	font-size: 7pt;
	}

