body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url("/images/background.png");
	width: 100%;
	height: 100%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
}

.logo {
	position: absolute;
	top: 10px;
	left: 50px;
	width: 447px;
}

.superior_esquerda {
	background-image: url("/images/sup_esquerda.png");
	background-repeat: no-repeat;
	width: 90px;
	height: 136px;
}

.superior_centro {
	background-image: url("/images/sup_centro.png");
	background-repeat: repeat-x;
}

.menu {
	background-image: url("/images/menu_borda_centro.png");
}

.menu a {
	color: #078104;
	text-decoration: none;
	font-weight: bold;
}

.menu a:hover {
	color: #1657F8;
	text-decoration: none;
	font-weight: bold;
}

.menu_divisao {
	background-image: url("/images/menu_divisao.png");
	background-repeat: no-repeat;
	background-position: right;
	padding:0px 8px;
}

.menu_divisao_fim {
	padding:0px 8px;
}

.superior_direita {
	background-image: url("/images/sup_direita.png");
	background-repeat: no-repeat;
	width: 90px;
}

.centro_esquerda {
	background-image: url("/images/background_lateral_esquerda.png");
	background-repeat: no-repeat;
	height: 308px;
}

.centro_centro {
	background-image: url("/images/background_centro.png");
	background-repeat: repeat-x;
}

.centro_centro_esquerda {
	position: relative;
	background-image: url("/images/borda_centro_esquerda.png");
	background-repeat: repeat-y;
}

.centro_centro_direita {
	position: relative;
	background-image: url("/images/borda_centro_direita.png");
	background-repeat: repeat-y;
	background-position: right;
}

.centro_centro_superior_esquerda {
	float: left;
}

.centro_centro_superior_direita {
	float: right;
}

.centro_centro_dados {
	position: relative;
	padding-top: 37px;
	padding-left: 11px;
	padding-right: 11px;
}

.centro_centro_dados table {
	background-color: #FFFFFF;
	padding: 0px 5px;
	width: 100%;
}

.info {
	min-height: 308px;
}

.info h1 {
	margin: 0px;
	padding-left: 11px;
	color: #1657F8;
}

.info h2 {
	margin: 0px;
	padding-left: 11px;
	color: #768F9F;
}

.info p {
	margin: 0px;
	padding: 2px 0px 12px 11px;
}

.info .pfinal {
	margin: 0px;
	padding: 2px 0px 0px 11px;
}

.info table th {
	padding: 5px;
	text-align: right;
}

.info .tabela_centro {
	padding: 0px;
	background-color: #768F9F;
	height: 25px;
	text-align: center;
	color: #000000;
	font-size: 16px;
}

.centro_direita {
	background-image: url("/images/background_lateral_direita.png");
	background-repeat: no-repeat;
}

.inferior_esquerda {
	background-image: url("/images/background_rodape_esquerda.png");
	background-repeat: no-repeat;
	height: 70px;
}

.inferior_centro {
	background-image: url("/images/background_rodape_centro.png");
	color: #FFFFFF;
	font-size: 12px;
}

.inferior_direita {
	background-image: url("/images/background_rodape_direita.png");
	background-repeat: no-repeat;
}


