/*printed elements*/
div.printOnly {
	display: block;
}
/*printed elements*/

/*redefinitions*/
body {
	font-size: 1.4em;
}

* {
	font-family: "Times New Roman", Times, serif !important;
}

div#topPanel {
	display: none;
}

div#logoPanel {
	display: none;
}

div#topLinks {
	display: none;
}

div#footer {
	display: none;
}

div#breadCrumb {
	padding: 0;
}

div#stockPanelHome, div#stockPanelImageWide {
	display: none;
}

div#leftSidePanels, div#rightSidePanels {
	display: none;
}

div#contentInner, div#contentBody, div#shell {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

div.pageSwitcher {
	display: none;
}

div#adminInlineButtons {
	display: none;
}
/*redefinitions*/