/* CSS Document */

<!--


.texto3 table{
	font-family:arial;
	font-size:15px;
	line-height:24px;
	color:#222222;
}

.texto3 p{
	font-family:arial;
	font-size:15px;
	line-height:24px;
	color:#222222;
}

.texto3 font{
	font-family:arial;
	font-size:15px;
	line-height:24px;
}

.texto3 a{
	font-family:arial;
	font-size:15px;
	line-height:24px;
	color:#222222;
}

.texto3 a:visited{
	font-family:arial;
	font-size:15px;
	line-height:24px;
	color:#222222;
}


a img { border: 0; }

.redimensiona{
 width:100px;
}


.tarja{
	background-color:#86060A;
	color:#FFFFFF;
	padding:10px;
	font-size:16px;
	font-family:Trebuchet MS;
	font-weight:normal;
	
}

.texto table{
	font-size:13px;
	color:#777777;
}

.texto{
	font-family:Trebuchet MS;
	font-size:13px;
	line-height:21px;
	color:#555555;
}

.texto a{
	color:#555555;
	text-decoration:none;
}

.texto a:hover{
	color:#86060A;;
	text-decoration:underline;
}

input[type=text] {
        font: 13px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
        height:20px;
		width:335px;	
}

.botao {
	background-color:#86060A;
	font-size:13px;
	color:#dddddd;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	border:0px solid;
	padding:2px;
}

textarea {
        font: 13px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
        padding: 3px;
        height:200px;
        width:335px;
}


.rodape{
	background: url(../imgs/fundo_rodape.png) repeat;
	background-color:#fff;
	text-align:center;
	padding-top:10px;
	font-family:Trebuchet MS;
	font-size:13px;
	padding-bottom:10px;

}

.rodape a{
	color:#FFFFFF;
}

.rodape a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.rodape a:visited{
	color:#FFFFFF;
}


select{
	font-size:13px;
}


#info {
	text-align:left;
	left:16px;
	width: 930px;
	z-index:0;
	background-color:white;
}
-->