/* CSS Document */
.noPrint,#footerBar p a,#footerBar div{
	display:none;
}
/* This is to get rid of the divs that don't have an ID or CLASS at the bottom of the copyright footer.*/
div{
	display:none;
}
div#footerBar{
	background-color:#ffffff!important;
	color:#000000;
	display:block;
	padding:0!important;
}
#footerBar p{
	color:#000000!important;
	line-height:1em!important;
	width:100%!important;
}
