/* CSS Document */

/*printer styles*/ 
@media print { 

/*hide the left column when printing*/ 

#leftcol { 
	display:none;
} 

#twocols, #maincontentwrap {
	width:100%;
	float:none;
}
}
.table {
	background-color: #E7E7E7;
	border: 1px solid #CCCCCC;
}