*{
	margin:0;
	padding:0;
	font-family:"PT Sans Narrow";
	font-size:inherit;
}
body{
	background-color:white;
}
header{
	padding:5px;
	color:black;
}
footer{
	margin-top:80px;
	min-height:400px;
	padding:15px;
	background-color:#333333;
	color:white;
}
.siteBoundaries{
	width:1024px;
	margin:0 auto;
}
#topContent{
	float:right;
	max-width:750px;
	text-align:center;
}
#logo{
	float:left;
	padding:10px;
}
#menu a, #menu  a:hover{
	color: #000000;
}
#campoBusca{
	height:39px;
	border:1px solid #bdbdbd;
	font-size:inherit;
	padding:0 5px 0 5px;
	width:inherit;
	margin:0;
}
#siteContent{
	min-height:300px;
}
.rodapeContent{
	float:left;
	width:33%;
}
#enderecoRodape{
	line-height:40px;
	width:30%;
}
#formularioContato{
	width:30%;
}
#topBanner{
	float:left;
	overflow:hidden;
}
#topBannerContent{
	float:right;
}
#formularioContato input , #formularioContato textarea{
	display:block;
	border:none;
	background:#fff;
	padding:10px 10px 10px 45px;
	width:82%;
	height:20px;
	font-size:inherit;
	background-color:transparent;
	color:white;
}
#formularioContato textarea{
	padding-left:75px;
	width:72%;
	height:70px;
}
#formularioContato input[type=submit], #formularioContato input[type=reset]{
	float:right;
	height:40px;
	background-color:rgba(255,255,255,0.2);
	width:110px;
	padding: 10px 10px 10px 10px;
	margin-left:10px;
}
#formularioContato input[type=submit]:hover{
	background-color:rgba(255,255,255,0.3);
	border:1px solid #9d9d9d;
}
#formularioContato .unit {
	position:absolute;
	display:block;
	left:5px;
	top:10px;
	z-index:9;
}
#atendimentoOnLine{
	float:right;
	line-height:40px;
	padding-left:10px;
}
#logoAtendimentoOnLine{
	margin-top:-80px;
}
.rodapeFormField{
	position: relative;
	background-color:rgba(255,255,255,0.2);
	margin-bottom:10px;
	height:40px;
}
#boxNoticia{
	width:320px;
	min-height:100px;
	margin-bottom:20px;
	float:left;
	overflow:auto;
}
.imgNoticia{
	height:200px;
	width:320px;
	overflow:hidden;
}
#corpo{
	overflow:auto;
}
#corpo h1{
	font-size: 20px;
	font-weight:normal;
	color: #000;
}
#corpo h3{
	font-size: 13px;
	font-weight:normal;
	color: #00F;
}#corpo p a{
	font-size: 16px;
	color: #777;
}
#corpo h2 {
	padding:2px 0 8px 6px;
	font-size:22px;
}
#titulo_subpags {
	padding: 2px 0 8px 6px;
	font-size:x-large;
	font-variant:small-caps;
}
#searchResult b a{
	font-size: 20px;
	font-weight:normal;
	color: #000;
}
.conteudo_texto{
	padding-bottom:10px;
}
.conteudo_texto a{
	font-size:16px;
	color:#777;
}
#listaNoticias h2{
	padding:0;
}
#listaNoticias h2 a{
	font-size: 20px;
	font-weight:normal;
	color: #000;
	padding:0;
}
#paginar a{
	color:#777;
}
#institucional{
	padding-bottom:10px;
}
#institucional a{
	color: inherit;
	font-size: inherit;
	text-decoration:none;
}
#formularioContatoSubPagina{
	width:500px;
	margin:0 auto;
}
#formularioContatoSubPagina input , #formularioContatoSubPagina textarea{
	width:490px;
}