/* cadastra search engine promotion
	eletric styles - print.css
	developed by wagner brahm (wbrahm@cadastra.com.br */

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

/*hide the right column when printing*/
#rightcol {
	display:none;
}

#twocols, #maincol {
	width:100%;
	float:none;
}