/*
	lastlevel.css
*/
/*
#search {
	display: none;
}
*/
.subject p.leftAlign {
	text-align: left;
}

.visible {
	display: block;
}

.invisible {
	display: none;
}

/*
	print
*/
@media print {
	html, body {
		font-size: 12pt !important;
	}
	
	* {
		background-color: white;
		border-left: none;
	}
	
	#theYellowBar, header, aside, nav#mainNav, #spacerBottom, footer, a.back4Mobile {
		display: none;
	}
}