html,body {
	height: 100%; /* Required */
}

body {
	background-color: white;
	color: black;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	lang: en-au;
	letter-spacing: normal;
	margin: 0px;
	text-align: left;
}

@media print {
	body {
		background-color: white;
	}
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	align: left;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

img {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}