/*print.css: Folha de Estilos para páginas de versão de impressão */body {	background-color: #FFF;	background-image: none;	background-repeat: no-repeat;}.header {	height: 130px;	margin: 0 0 0 30px;	padding: 0;	width: 690px;	background-color: #FFF;}.headerTop {	clear: both;	background-color: #FFF;	height: 10px;}.headerBottom {	background-color: #FFF;	clear: both;	display: none;}.currentDate {	text-align: center;	font-size: 0.9em;	color: #666;	width: 135px;	float: left;	margin: 0 0 0 400px;	border-left: none;	left: 20px;}.content {	width: 700px;	float: right;	padding: 0 0 0 0;	margin-top: 10px;}.contentBody {	line-height: 1.3em;	text-align: justify;	font-size: 1em;	padding: 2.5em 1.5em 1.5em 1.5em;	height: auto;	border: 1px solid #CCC;	background-repeat: no-repeat;	background-position: right top;}