BODY {

	
	
	margin: 0;
	background-image:url(fundo.jpg);
	background-color: #FDD8D8;
	}

/********* links ***********/
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #873210;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #873210;
	text-decoration: none;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;

}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;

}

/********* fonte **************/
.titulo01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.titulo02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.titulo03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #C99A26;
}
.texto_corpo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.texto_corpo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #873210;
}
.texto02 {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}
.rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666;
}
/** div de barra de rolagem **/
#aria_texto {
	position: absolute;
	width: 255px;
	height: 188px;
	overflow: auto;
}
#aria_texto2 {
	position: absolute;
	width: 825px;
	height: 188px;
	overflow: auto;
}
#aria_texto3 {
	position: absolute;
	width: 825px;
	height: 460px;
	overflow: auto;
}
