@charset "utf-8";

body {	
	margin:0px;		
	background-color: white;	
	text-align:center;
}

/* DIVS */
#container {		
	width: auto;
	margin: 0 auto;
	text-align: left;
}

#header {
	display: none;
}

#menutopo {
	display: none;
}

#menuleft {
	display: none;
}

#conteudos {		
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;	
}	

#rodape {
	clear:both;	
	width:100%;
	padding:32px 0 8px 0;	
	text-align:center;	
}

#conteudos .lead {
	background-color: #F3F3F3;
	font-weight: bold;
	font-style: italic;
}

p, td, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 12px;
}

.noprint {display:none;}

h1 {	
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

h2 { 	
	font-size: 13px;	
	font-weight: normal;
}
	
h3 {	
	font-weight: bold;
	font-size: 11px;
}

.textocinza {
	color:#666666;
}