body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D4E3F5;
	font-family: Verdana, Geneva, sans-serif;
}


/* Textos e Titulos */
.texto_conteudo {
	font-family: verdana, arial, tahoma;
	color: #666666;
	font-size: 13px;
	text-align: center;
}
.texto_conteudo_azul {
	font-family: verdana, arial, tahoma;
	color: #005098;
	font-size: 13px;
}
.texto_conteudo_azul_claro {
	font-family: verdana, arial, tahoma;
	color: #CFCBFD;
	font-size: 13px;
}
.titulo_azul {
	font-family: "trebuchet MS", tahoma, verdana, arial;
	color: #F3B800;
	font-size: 25px;
}


/* Estilo de link GERAL */
a:link {
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

a:active {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
