@charset "utf-8";
body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image: url(../imagens/fundo_pagina.png);
	background-repeat: repeat;
}
.tabela_principal {
	background-image:url(../imagens/fundo_tabela_principal.png);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 3px;
}
.div_principal {
	width: 100%;
	text-align:center;
}
.tabela_topo_tela_cheia {
	background-image: url(../imagens/fundo_topo_tela_cheia.png);
	background-repeat: no-repeat;
	background-position:center;
}
.divUpsites {
	text-align: right;
	position: absolute;
	left: 50%;
	margin-left: -390px;
	width: 779px;
	height: 18px;
	vertical-align: middle;
}

