body {
	margin: 0px;
	background-color: #FFFFFF;
}
p {
	color: #000000;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 11px;
	font-family: Tahoma,Verdana,Arial;
}
p a {
	color: #294A7B;
}
p a:hover {
	color: #000000;
}
.celula_campo {
	font-size: 11px;
	font-family: Tahoma,Verdana,Arial;
	font-weight: bold;
	color: #003C5E;
}
.celula_dado {
	font-size: 11px;
	font-family: Tahoma,Verdana,Arial;
	color: #000000;
}
.mini_celula_campo {
	font-size: 8px;
	font-family: Arial;
	font-weight: bold;
	color: #003C5E;
}
.mini_celula_dado {
	font-size: 8px;
	font-family: Arial;
	color: #000000;
}
div {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.fundo_pagina {
	width: 50%;
	background-image: url('../img/fundo.gif');
	background-position: top;
}
.fundo_conteudo {
	background-image: url('../img/fundo_conteudo.gif');
	background-position: top;
	background-repeat: repeat-x;
}
.fundo_conteudo_separador {
	background-color: #B9B9B9;
	width: 1px;
}
.titulo {
	color: #EF6D00;
	font-weight: bold;
}
.texto {
	color: #003C5E;
	text-align: justify;
}
.texto_centro {
	color: #003C5E;
	text-align: center;
}
.texto_campo {
	color: #003C5E;
	text-align: center;
	font-weight: bold;
}
.texto_cartao {
	color: #003C5E;
	text-align: center;
}
.texto_outros_cartoes {
	color: #003C5E;
	text-align: right;
}
.endereco {
	color: #FFFFFF;
	margin-top: 9px;
	margin-right: 20px;
	font-weight: bold;
	text-align: right;
}
.menu {
	color: #FFFFFF;
	margin-top: 9px;
	padding-bottom: 9px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #FF8F2F;
}
.menu_titulo {
	font-family: Tahoma,Verdana,Arial;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 50px;
}
.copyright {
	color: #FFFFFF;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 10px;
}
.data {
	margin-top: 22px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
.rodape {
	margin-top: 22px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	font-weight: bold;
	text-align: right;
}
.rodape a {
	color: #000000;
	text-decoration: none;
}
.rodape a:hover {
	color: #294A7B;
}
input, select, textarea {
	font-size: 12px;
}
.paginacao {
	font-size: 11px;
	font-family: Tahoma,Verdana,Arial;
	font-weight: bold;
}
.paginacao a {
	color: #EF6D00;
	text-decoration: none;
}