body {
	background-image: url(images/index_01.gif);
	background-repeat: repeat-x;
	background-color: #41AEF3;
}
.sidetext {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #126BA5;
	line-height: 15px;
}

.sidetext_relevo {
	color: #B35948;
}

.textoComum {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #1B5173;
	line-height: 18px;
}

.textoComum a:link, .textoComum a:visited
{ 

	text-decoration:underline;
	color: #1B5173;
 }

.textoComum a:hover, .TextoComum a:visited:hover{ 

	text-decoration:none;
	color: #25709C;
 }



.seccaopagina {
	font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #B35948;
	line-height: 18px;
}

.rodape {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 15px;
}
.rodape a:link, .rodape a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
.rodape a:hover, .rodape a:visited:hover {
	color: #FFFF00;
}


.floatimgleft {
	float:left;
	margin-right:10px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:5px;
}
.floatimgright {
	float:right;
	margin-right:0px;
	margin-left: 5px;
	margin-top:5px;
	margin-bottom: 5px;
}