body {
	background-color: #fff;
	margin: 20px;
	padding: 10px;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
}
p, .copyright {
	color: #000;
	text-align: justify;
}
.copyright {
	font-size: 7pt;
	text-align: left;
}
h1, h2, h4, h5, h6 {
	color: #000;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
}
h2 {
	font-size: 12pt;
}
h4 ,h5, h6 {
	font-size: 10pt;
}
ul, li {
	list-style-position: outside;
	list-style-type: square;
	color: #000;
}
a:link {
	color: #30f;
	text-decoration: underline;
}
a:visited {
	color: #60c;
	text-decoration: underline;
}
a:hover {
	color: #900;
	text-decoration: none;
}

/* TD Classes for bkgnd colours */
th {
	font-weight: bold;
	text-align: left;
	color: #000;
	border-bottom: 1px solid #666;
}
