* {
	display: block;
	float: none;
}

html {
	background: white;
	display: table;
}

body {
	font-size: 12pt;
	display: table;
	background: white;
}

form,
#printOnly, 
#wrapper, 
#pageWrapper, 
#contentWrapper, 
#contentWrapperOther, 
#mainContent, 
#mainContentOther, 
#textOtherWide, 
#textOther {
	display: table-cell;
	width: 100%;
	height: 100%;
	float: left;
	visibility: visible;
}

#wholeForm {
	float: none;
}

a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
script {
	display: none;
}

