
/* ----------------------------------------- 
 ---------- Print CSS
----------------------------------------- */


body {
	color: #151515;
	background: #FFF;
	padding: 0;
	margin: 0;
	font-size: 19px;
}
a, a:visited {
	color: #151515;
	text-decoration: none;
}
a:hover {
	color: #151515;
	text-decoration: none;
}

h1, h2, h3, h4 {
	color: #151515;
}
h1 a, h1 a:visited, 
h2 a, h2 a:visited, 
h3 a, h3 a:visited, 
h4 a, h4 a:visited {
	color: #151515;
	text-decoration: none;
}
h1 a:hover, 
h2 a:hover, 
h3 a:hover, 
h4 a:hover {
	color: #151515;
	text-decoration: none;
}
h1 {
	font-size: 32px;
	display: block;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 19px;
}


#container {
	background: none;
}
.collapseForPrint {
	display: none;
}
#header, #logo {
	display: none;
}
#content, 
#mainContent {
	float: none;
	display: block;
	width: 100%;
	clear: both;
}
#logoPrint {
	display: block;
}
	#logoPrint img {
		width: 350px;
	}
#records ul li,
#records ul li a span {
	background: none;
}

#footer {
	color: #aaa;
	font-size: 16px;
}
#footer a, #footer a:visited {
	color: #aaa;
}
