@media print {

html, body, div#outerLayer, div#innerLayer, div#footer {
	height: auto;
	min-height: 1px;
	width: auto;
	padding: 0;
	margin: 0;
}

*, h1, h2, h3 {
	color: black;
}
	
a {
    color: blue;  
}
	
div#path, div#gMenu, div#dynb, div#content div#rightCol, div.paging, a.rss-xml, div#actB {
	display: none;
	padding: 0;
	margin: 0;
}
	
div#content div#leftCol div#about,
div#content div#leftCol div#indexNews {
	margin: 0;
	padding: 0;
}
	
div#content, div#content.regular, div#content div#leftCol,
div#content.regular div#leftCol {
	overflow: visible;
	padding: 0;
	-moz-padding-start: 2px;
	margin: 0;
	width: auto;
}

div#fLeftCol, div#fCenterCol, div#fRightCol {
	float: none;
	margin: 0;
	margin-bottom: 10pt;
	padding: 0;
	width: auto;
}

div#footer {
	border-top: 1px solid black;
	padding-top: 10pt;
	margin-top: 15pt;
}

div#leftCol table {
	border: 1px solid black;
	width: 100%;
}

div#leftCol table thead th, div#leftCol table td, div#leftCol table td * { 
	color: black;
}

div#leftCol table thead th {
	font-weight: bold;
}
	
div#leftCol table thead th, div#leftCol table td { 
	border-bottom: 1px solid black;
	border-right: 1px solid black; 
}

}