/********* BODY.CSS **********/
body, html {
  background: white;
  font-size: 9pt;
}

/********* DIV.CSS **********/
#header{
	display: none;
}

#logo{
	display: none;	
}

#footer{
	display: none;	
}

#submenu{ display: none; }

#wrapper, #content, {
	width: auto;
	margin: 0 0;
	padding: 0;
	border: 0;
	float: left !important;
	color: black; font-size: 9pt;
	background: transparent none;
}

#recept{
float: left !important;
margin: 0; padding: 0;
color: black; font-size: 9pt;
}

p.print{ display: none; }
