/* Print styles to over-ride public.ss */

body, table, td, th, input, select, textarea {
	font-size: 12pt;
}


h2,
.header {
	font-size: 16pt;
}

h3,
.subheader {
	font-size: 14pt;
}


/* Layout */

#base {
	width: 100%;
	border: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#sidebar {
	border-right: 0px;
	width: 0px;
	background: white;
}

html #logo {
	display: none;
}

html #polf {
	display: none;
}

#content {
	width: 100%;
	background: white;
}

#contentWrapper {
	padding: 10px 10px 10px 10px;
	background: white;
}

ul.submenu,
ul.sidebar {
	display: none;
}

#footer {
	border: 0px;
	border-top: 1px solid #999999;
	margin-top: 10px;
	padding: 10px 0px 0px 0px;
	background-color: white;
	color: #999999;
	font-size: 10pt;
}