/*-------------------- HTML Tags --------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: none;
	font-size: 8pt;
}
input, select { font-size: 8pt; }
/*-------------------- IDS --------------------*/
#nav {
	display: none;
}
div#text {
	width: auto;
}

/*-------------------- Footer --------------------*/
#footer {
  display:none;
}
