@charset "utf-8";
/* CSS Document */

html {
	height:100%;
	}
	
body {
	position:absolute;
	background:#ffffff;
	width:100%;
	min-width:1003px;
	height:100%;
	margin:0px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:center;
	}
