body {
	background-image: url(imagens/bg_geral.jpg);
	background-repeat: repeat-x;
	background-color: #6698CD;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #333333;
}
a:link {
	color: #2A2454;
}
a:visited {
	color: #2A2454;
}
a:hover {
	color: #5E89BE;
}
a:active {
	color: #2A2454;
}
a {
	font-size: 12px;
	font-family: Trebuchet MS, Tahoma, Arial;
}
.titulos {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #212554;
}
.textos {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
}

.textos_branco {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	color:#FFFFFF;
}


.titulos_branco {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	color: #FFF;
}