/* print styles */
body {
	color: black; 
	background: white; 
	margin-left: 0
	}
a:link, a:visited {
	background: white; 
	color: black; 
	text-decoration: underline;
	}
a.top:link, a.top:visited {
	display: none;
	}
h1, {
	background: white; 
	color: black; 
	padding-bottom: 1px;	
	border-bottom: 2px solid gray; 
	font-size: 18pt; 
	font-weight: bold;
	}
h2 {
	background: white; 
	color: black; 
	font-size: 14pt; 
	font-weight: bold;
	}
h3 {
	background: white; 
	color: black; 
	font-size: 12pt; 
	font-weight: bold;
	}
.print, .top{
	display: none;
}
caption {
	font-weight: bold;
	text-align: left;
}
#banner {
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.centered-table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 75px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}