/*print.css: Folha de Estilos para páginas de versão de impressão */


body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

div.body /*IE*/
{
	width: 760px;
	height: auto;
	background-image: none;
	padding: 0 0 0 0;
	height: auto;
}

.globalContainer {
	width: 780px;
	margin: 0 auto 0 auto;
}

.header {
	background-image: url(none);
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 750px;
	height: 170px;
}

.headerTop {
	clear: both;
	background-color: #FFF;
	height: 10px;
	width: 400px;
}

.headerBottom {
	background-color: #FFF;
	clear: both;
}

.currentDate {
	text-align: right;
	font-size: 0.9em;
	color: #666;
	width: auto;
	height: 14px;
	float: left;
	padding-left: 20px;
	margin: 7px 5px 3px 25px;
	border-left: none;
	z-index: 150;
	left: 20px;
	top: 0px;
}

.logo {
	width: 386px;
	float: left;
	clear: both;
	display: block;
	position: relative;
	z-index: 109;
	margin-left: 0px!important;
	margin-left: 0px;
	margin-left/**/:/**/0px;
}

.logo a img {
	border-width: 0px;
	width: 386px;
	height: 109px
}

.contentContainer  {
	padding: 0 20px 0 30px;
	background-color: #FFF;
	width: 720px;
	float: left;
}

.content {
	width: 700px;
	float: left;
	padding: 0 0 0 0;
	margin-top: 10px;
}

.contentBody {
	line-height: 1.3em;
	text-align: justify;
	font-size: 1em;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	background-image: none;
	height: auto;
}

.contentImage {
	overflow: hidden;
	float: left;
	text-align: left;
	font-size: 0.8em;
	margin: 10px 30px 10px 0;
	padding: 6px 0 0 0;
	width: 350px;
}

.contentImage img {
	border:0;
	display: block;
	margin: 0 0 0 0;
	width: 350px;
}

.allRightsReserved{
	font-size: 0.9em;
}

div.footerTop {
	background-color: #FFF;
	clear: both;
	height: 5px;
	width: 800px;
}

.footer {
	clear: both;
	background-image: none;
	width: 700px;
	padding: 10px 30px 10px 25px;
	height: auto;
	margin: 0 0 0 0;
	
}

.address {
	float: left;
	font-size: 0.9em;
	padding: 0 0 0 0;
	margin:30px 20px 0 0;
	text-align: left;
	bottom: 0px;
	width: 180px;
	display: block; /*!!!!*/
}

