html {
	margin: auto;
	padding: 0px;
	height: 100%;
	width: 100%;	
}
body {
	background-color: #FFFFFF;
	margin: auto;
	font-family: 'Open Sans', sans-serif, Arial, Helvetica;
	font-size: 9pt;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	overflow-x: hidden;
	height: auto;
	width: auto;
}