/*print.css: Folha de Estilos para páginas de versão de impressão */


.contentContainer  {
	padding: 0 20px 0 40px;
	background-color: #FFF;
	width: 740px;
}

.content {
	width: 700px;
	float: right;
	padding: 0 0 0 0;
	margin-top: 10px;
}

.contentBody {
	line-height: 1.3em;
	text-align: justify;
	font-size: 1em;
	margin: 0 0 15px 10px;
	padding: 0 0 5px 0;
	background-image: none;
	height: auto;
}

.contentList {
	float: left;
	margin:0;
	padding:0 0 0 0;
	width: auto;
	border-right: none;
	text-align: justify;
}

.pageTitle {
	font-size: 120%;
	margin: 0 0 15px 0;
	padding: 5px 0 0 0;
}


/*BreadCrumbs*/



.path ul li {
	display: inline;
	padding: 0 10px 0 0;
	margin: 0;
	background-image: url(../Images/gt.gif);
	background-repeat: no-repeat;	
	background-position:right;
}

.path ul li a {	color: #5B7797; text-decoration: none; }
.path ul li a:visited {	color: #5B7797; text-decoration: none; }
.path ul li a:hover { color: #41566E; text-decoration: underline; }
.path ul li a:visited:hover { color: #41566E; text-decoration: underline; }


/*End BreadCrumbs*/





.printLink {
	float: right;
	text-align: right;
	width:120px;
	margin: 100px 0 2px 20px;
	height: 32px;
}

.printLinkAuxItem {
	width: 32px;
	height: 32px;
	background-image: url(../Images/icon_Print.gif);
	background-repeat: no-repeat;
	float: left;
}

.printLinkText {
	width: 20px;
	height: 20px;
	float: left;
	margin-left: 5px;
	padding: 12px 10px 0 0;
	color: #666;
	font-size: 110%;
	font-weight: bold;
}

.printLinkText a:link { color:#666; }
.printLinkText a:hover { color:#666; }


.allRightsReserved {
	float: left;
	font-size: 0.9em;
	color: #666;
	text-align: justify;
	width: 700px;
}

.allRightsReserved span {
	font-size: 0.9em;
	color: #666;
	text-align: justify;
}

.logos {
	vertical-align:	middle;
	float: right;
	line-height: 3em;
	width: 480px;
	margin: 30px 0 0 0;
	padding: 0 0 5px 10px;
}

.footerBottom {	display: none; }

