html { 
  
} 
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/fundo_body_repeat.jpg);
	background-repeat: repeat-x;
	
}

.titulo_pergFreq { 
	font-family:"Trebuchet MS", Tahoma;
	font-size:16px;
	color:#093C66;
	margin-left:15px;
	font-weight:normal;
} 

h3 { 
   	font-family:"Trebuchet MS", Tahoma;
	font-size:13px;
	color:#0276bc;
	margin-left:15px;
	font-weight:normal;	
} 


hr {
	height:3px;
	border-width:0;
	width:730px;
	background: transparent url(../img/hr.gif) center no-repeat;
}
	

#all { 
	
	width:100%;	
} 

#all #site {

	background-image: url(../img/fundo_content.jpg);
	background-repeat: no-repeat;
	width:780px;
	height:568px;
	margin:0 auto;
}
#all #site #conteudo {
	float:left;
	width: 733px;
	height: auto;
	margin:0 auto;
	margin-left:24px;
	margin-bottom:25px;
}

#all #site #topo #logo {
	float:left;
	width: 223px;
	height:73px;
}


#navegacao {
	width: 731px;
	height:60px;	
}

#all #site #topo #login_area {
	float:left;
	width: 268px;
	height:26px;
	margin-left:241px;
	background-image: url(../img/login_area.gif);
	background-repeat: no-repeat;
	padding-top:0px;
}


#all #site #topo {
	float:left;
	width: 780px;
	margin-left:23px;
}


#all #site #rodape {
	float:left;
	width: 731px;
	height: 50px;
    background-image: url(../img/fundo_rodape.jpg);
	background-repeat: no-repeat;
	/*background-color:#000000;*/
	margin:0 auto;

}

.texto_rodape { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#878787;
	text-align:center;
	padding-top:10px;	
} 

.texto_padrao { 
	font-family:"Trebuchet MS", Tahoma;
	color:#093C66;
	font-size:11px;
	margin-left:15px;
	line-height:20px;
	padding-right:15px;
} 

.texto_login { 
	font-family:"Trebuchet MS", Tahoma;
	color:#4e4e4e;
	font-size:11px;	
	margin-left:5px;
	margin-top:3px;
} 



a { 
    text-decoration:none;
   	font-family:"Trebuchet MS", Tahoma;
	color:#4e4e4e;
	font-size:11px;
	line-height:20px;	
} 

a:hover { 
	text-decoration:underline;
} 

a:visited { 
	text-decoration:none;
} 

.texto_azul { 
	color:#0066a4;
} 


.coluna_esquerda { 
	float:left;
	width:310px;		
} 

.coluna_direita { 
	float:left;
	width:305px;
	margin-left:35px;	
} 

.sem_coluna { 
	width:680px;
} 

.espaco_imagem { 
	margin-top:5px;
	margin-bottom:5px;
}

#quadro_perguntas, #quadro_contato, #quadro_cadastro {
	height: 297px;
	width: 702px;
	background-image: url(../img/fundo_pergFreq.gif);
	margin-left:15px;
	padding-top:10px;
}


.quadro_publicacoes { 
	height: 131px;
	width: 701px;
	background-image: url(../img/fundo_publicacoes.gif);
	margin-left:15px;
	padding-top:10px;
	margin-bottom:15px;
} 

.lista_pergFreq { 
	font-family:"Trebuchet MS", Tahoma;
	font-size:11px;
	color:#093C66;
	list-style:none;
	line-height:0px;
	margin:0;
	padding:0;
	padding-left:15px;
} 




.listaPadrao { 
	font-family:"Trebuchet MS", Tahoma;
	font-size:11px;
	color:#0066a4;
	list-style:none;
	line-height:inherit;
	margin:0;
	padding:0;
	padding-left:15px;
} 



.estilo_input_contato { 
	background-image:url(../images/input_contato.gif);
	background-color:#d0effb;
	background-repeat:no-repeat;
	height:21px;
	border:none;
	
} 


.estilo_textarea_contato { 
	background-image:url(../images/textarea_contato.gif);
	background-color:#d0effb;
	background-repeat:no-repeat;
	height:50px;
	border:none;
	overflow:auto;
} 