@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.menu {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFF;
	text-align: center;
	height: 60px;
	line-height: 60px;
}
.menu:hover {
	color: #00487b;
	text-decoration: none;
	background-color: #FFF;
	cursor: pointer;
}

#cor1, .cor1:link, .cor1:visited, .cor1:active, .cor1:hover{
	width: 20px;
	height: 20px;
	background-color: #000;
	border: #FFF 1px solid;
}
#cor2, .cor2:link, .cor2:visited, .cor2:active, .cor2:hover{
	width: 20px;
	height: 20px;
	background-color: #900;
	border: #FFF 1px solid;
}
#cor3, .cor3:link, .cor3:visited, .cor3:active, .cor3:hover{
	width: 20px;
	height: 20px;
	background-color: #009;
	border: #FFF 1px solid;
}

.tabela01{
	background-color: #00487b;
	height: 60px;
}
.tabela02{
	background-image: url(azul/fnd_topo.jpg);
	height: 250px;
}
.tabela02-2{
	background-image: url(azul/fnd_faixa.jpg);
	height: 250px;
}
.tabela03{
	background-color: #00487b;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	line-height: 40px;
}
.tabela04{
	background-image: url(azul/icones_baixo.jpg);
	background-repeat: no-repeat;
}
.tabela05{
	background-color: #00487b;
}
.tabela06{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}

.titulos{
	font-family: "Century Gothic";
	font-size: 24px;
	color: #014e89;
	height: 35px;
	background: url(azul/fnd_titulos.jpg);
	background-position: right;
}
.textos, a.textos:link, a.textos:visited, a.textos:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: justify;
	text-decoration: none;
}
a.textos:hover{
	color: #333;
	text-decoration: underline;
}
.utilitarios:link, .utilitarios:visited, .utilitarios:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.utilitarios:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	text-decoration: underline;
}
.formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
}