/* == print css file ==*/
body, td {
	color: #000;
	background: #fff;
	font-size: 12pt;
	text-align: justify;
}

h1, h2 {
/*	color: black;
	background: white; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 { font-size: 18pt; }

h2 { font-size: 16pt; }

h3 { font-size: 14pt; }

.noprint  {
	display: none;
}

/* avoid splitting images  */
img {
	display: block;
	page-break-inside: avoid;
}

/*hide the left column when printing*/
#leftcol {display: none;} 
#outer {border-left: 0;} 
