/* CSS Document */
#textoInstitucional {
	width: 100%;
	margin-right: 0px;
}
#textoInstitucional h2 {
	
	color: #ea3127;
	font-size: 10pt;
}
#textoInstitucional p {
	margin-top: 15px;
}
#textoInstitucional li {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 10px;
}

.formulario {
	background-image:url(../imagens/fundo_formulario.gif);
	background-position:center top;
	background-repeat:repeat-x;
	border:1px solid #999999;
	color:#ED2129;
	font-family:arial;
	font-size:11px;
	padding:2px;
	width:250px
}
