body {
	background-image: url(images/fundo.jpg);
	background-repeat: repeat-x;
	background-color: #3281A2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Trebuchet Ms, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.txt_branco {
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}



a.azul:link {
	color: #2C86A0;
	text-decoration: none;
}
a.azul:visited {
	text-decoration: none;
	color: #2C86A0;
}
a.azul:hover {
	text-decoration: none;
	color: #23597F;
}
a.azul:active {
	text-decoration: none;
	color: #23597F;
}

.conteudo {
	padding: 15px;
}
.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #ECF8FF;
	background-image: url(images/bg_titulo.jpg);
	background-repeat: no-repeat;
	padding: 5px;
}
.tituloAzul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #3281A2;
	font-weight: bold;
}
.SubtituloAzul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #3281A2;
}
.formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #23597F;
	background-color: #F9FAFC;
	border: 1px solid #3281A2;
}
