body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 140%;
	color: #888888;
	background-image: url(imagens/padrao_fundo.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}


.principal {
	background-image: url(imagens/cabecalho.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	width: 792px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 140px;
	padding-top: 160px;
}
.corpo {
	width: 445px;
	float: left;
	margin-right: 20px;
	text-align: justify;
	padding-left: 5px;
	clear: left;
	margin-bottom: 75px;
}
.navegacao {
	width: 199px;
	float: left;
	background-image: url(imagens/fundo_menu.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 43px;
	padding-left: 40px;
	padding-bottom: 250px;
	clear: right;
}
.navegacao ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.navegacao li {
}
.navegacao ul a {
	height: 20px;
	padding-top: 5px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3d3d3;
	display: block;
	color: #888888;
}
.navegacao ul a:visited {
	color: #aaaaaa;
}
.navegacao ul a:hover {
	background-image: url(imagens/fundo_botoes.jpg);
	background-repeat: repeat-y;
	background-position: right;
	color: #777777;
	text-decoration: none;
}
.navegacao_secundaria {
	height: 30px;
	clear: both;
	width: 680px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: center;
}
.navegacao_secundaria ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.navegacao_secundaria li {
	display: inline;
	margin-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;
	padding-right: 10px;
}
.superescrito {
	font-size: 90%;
	vertical-align: super;
}

.navegacao_secundaria a {
	color: #888888;
	text-decoration: none;
}
.navegacao_secundaria a:visited {
	color: #aaaaaa;
	text-decoration: none;
}
.navegacao_secundaria a:hover {
	color: #666666;
	text-decoration: underline;
}

h5 {
	color: #777777;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777777;
	font-size: 100%;
	margin-top: 25px;
	text-align: left;
	padding-left: 5px;
}
.corpo ul {
	padding-right: 0px;
	padding-left: 0px;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 20px;
}
table {
	border-collapse:collapse;
	color: #777777;
	text-align: left;
	line-height: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}
th {
	background-color: #E6E6E6;
	font-weight: bold;
	color: #777777;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #777777;
}
td {
	background-color: #F2F2F2;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #777777;
}
caption {
	text-align: center;
	padding-bottom: 5px;
	font-weight: bold;
	margin-top: 10px;
}
h6 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 25px;
	padding-left: 5px;
}
h1 {
	color: #F6F6F6;
	font-size: 2px;
	margin: 0px;
	padding: 0px;
	display: inline;
}
h2 {
	font-size: 120%;
	background-image: url(imagens/bolinhas_h1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	text-transform: uppercase;
	height: 18px;
	margin-top: -3px;
	margin-bottom: 40px;
}
h3 {
	font-size: 100%;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	text-align: left;
	margin-top: 25px;
	color: #FFFFFF;
}
h4 {
	font-size: 100%;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003490;
	margin-top: 25px;
	text-align: left;
}
.tabelaEstilizada td {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F6F6F6;
	border-left-color: #F6F6F6;
	background-color: #F6F6F6;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 150%;
}
.tabelaEstilizada th {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F6F6F6;
	border-left-color: #F6F6F6;
	line-height: 150%;
}
.centrar {
	text-align: center;
	vertical-align: top;
}
.caixa {
	background-color: #E2E2E2;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #666666;
	text-align: center;
}
.corpo li {
	margin-bottom: 10px;
}
.sumario {
	list-style-position: outside;
	list-style-image: url(imagens/icon_sumario.gif);
}
.textointegral {
	list-style-position: outside;
	list-style-image: url(imagens/icon_integral.gif);
}
