@charset "utf-8";

	h1.titulofaleconosco {	
		width:			100%;
		border-bottom:	1px dotted #000;
		font:  			bolder 18px Tahoma, Geneva, sans-serif;
		color:			#C00;
	}
	
	#conteudopagina {
		float: 			left;
		border:			0px none;
		width:			480px;
		padding:		2px;
	
	}	
	
	ol.primario {

		text-align:		justify;
		line-height: 	18px;
		margin-left:	15px;
		padding:0px;
	}
	
	ol.primario li {
		margin-bottom:	10px;
		line-height:	20px;
		border-bottom:	1px dotted #f2f2f2;
		padding:		3px;
	}
	
	
	ol.secundario {
		text-align:		justify;
		line-height: 	20px;
	}
	
	ol.secundario {
		list-style-type: upper-roman;
	
	}
	
	ol.letras {
		text-align:		justify;
		line-height: 	18px;
	}
	
	ol.letras li {
		list-style-type:lower-latin;
		margin-bottom:	3px;	
	}	
	
	ul.listanormal {
		text-align:		justify;
		line-height: 	18px;
	}
	
	ul.listanormal li {
		margin-bottom:	3px;	
	}	
	
	input.btnEnviarFormulario {
		font-family: 	Tahoma;
		font-size: 		12px;
		font-weight:	bold;
		padding: 		4px;
		background-image: url(../imagens/fundobotoes.gif);
	}

	input.btnLimparFormulario {
		font-family: 	Tahoma;
		font-size: 		12px;
		font-weight:	bold;
		padding: 		4px;
		background-image: url(../imagens/fundobotoes.gif);
	}
