#footer, #nav-main, #content-sub, #search, #logo{
	display:none;
}
#header{
	margin-bottom:4em;
}
#logo-print{
	display:block; /* and hide normal logo vice versa on normal.css */
}
body { 
	background:white;
	color:black;
	font-family:arial,sans-serif; 
}
h1 {
	font-size:18pt;
	margin-top:2em;
}
h2 {
	font-size:13pt;
	margin-bottom:.5em;
	margin-top:1em;
}
h3 {
	font-size:13pt;
}
p,ul,ol,td {
	font-size:10pt;
}
a {
	text-decoration:none;
	color:black;
}
a img{
	border:none;
}
td, th {
	vertical-align:top;
	text-align:left;
	padding:0px 20px 10px 0px;
}




