

body {
	background: white;
	font-size: 11pt;
	font-family: 'Verdana', sans-serif;
	line-height: 16pt;
	}
	
p, ul, ol, table {
	margin-bottom: 16pt;
}

	
h1, h2, h3, h4, h5 {
	font-family: Arial, sans-serif;
	margin-bottom: 16pt;
}

h1, h2, h3 {
	margin-top: 0;
}

/* Hide unneccecary information when printing */
#navigation, #header, #giantbanner, #leftcolumn, #footer, .breadcrumb {
	display: none;
	}
	
#print_header, #faux {
    display: inline;
   	margin: 0;
	padding: 0;
	margin-bottom: 3px;

}

#print_header img {
	margin: 0;
	padding: 0;
	margin-bottom: 3px;

}

/* Bugfix for Mozilla/IE where only first page appears */
#wrapper, #rightcolumn, #print_header {
  display: inline;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Make links more visible */
a:link, a:visited {
	color: #000;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
