/* FOR STRAIGHT COMPDEV */

body{ 
    margin: 0px 0px 0px 0px;
    background-color: #612e00;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #612E00;
}
 



.rod {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #612E00;
	text-align: center;
	font-style: normal;
}
A.rod:link{
	color: #612E00;
 	font-size: 18px;
	font-weight: bold;
 text-decoration: none;
}
 
A.rod:visited{
	color: #612E00;
 	font-size: 18px;
	font-weight: bold;
 text-decoration: none;
}
 
A.rod:hover{
 color: #FF0000;
 	font-size: 18px;
	font-weight: bold;
 text-decoration: none;
}
A.rod:active{
	color: #612E00;
 	font-size: 18px;
	font-weight: bold;
 text-decoration: none;
}
.tit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #612E00;
	text-align: center;
}

.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #612E00;
	text-align: justify;
}

.textoident {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #612E00;
	text-align: justify;
	text-indent: 15px;
}

.branca { color: #FFFFFF; }
.subtitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #264C73;
}
.descricao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #612E00;
	font-size: 16px;
}

