  /* Stuff to hide on printouts*/
#blq-masthead, #blq-footer, #blq-local-nav, #blq-accesslinks, .blq-hide, .emp, #emp, #empbox{
	display:none;
}

/* Stuff to show on printouts but not on screen - ! .onlyprint { display: none; } needs setting up in your scren sheet if you want to use this feature !*/

.onlyprint, .noprint{ }

/* Hide big banner images, you may need to tweak this */
#banner img{
	display: none;
}

/* Save some ink */

body {
	background: #FFFFFF;
	background-image: none;
}

/* How to display other stuff */

div{
	float: none;
	margin: 0;
	width: auto !important; /* stops IE cutoff on right at the expense of some trees */
}

h1,h2,h3,h4,h5,h6{
	color: #000000;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 1em;
	border-bottom: 1px solid #CCCCCC;
}

h1 { font-size: 16pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }
h4 { font-size: 11pt; }
h5 { font-size: 10pt; }
h6 { font-size: 9pt; }

p{
	color: #000000;
	font-size: 10pt; /* Tweak size of most text */
	margin: 0 0 1em 0;
	line-height: 150%;
}

img{ }

/* If content authors are using float classes */

.floatleft, .fl{ 
	float: left;
	margin: 0px 10px 10px 0px;
}

.floatright, .fr{ 
	float: left;
	margin: 0px 10px 10px 0px;
}

/* Added Value Selectors - remove these if you need total cross-browser consistency */

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
} /* Display link paths if browser supports it */