@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11.3px;
	color:#333333;
	background: #f3f3f3;
	margin: 0;
	padding: 0;
}
.oneColFixCtr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #cccccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px	; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
p {
	text-align: justify;
	}

.rodape {
	background-color:#cccccc;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color:#666666;
	}
	
.conteudo {
	margin-left: 10px;
	margin-right: 10px;
	}
	
.conteudo2 {
	margin-left: 8%;
	margin-right: 25%;
	}
	
/* Titulos */

h3 {
	font-size: 1.4em;
	color:#000000;
	}


h4 {
	font-size: 1.1em;
	color:#000000;
	}