body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
.bg_body {
	background-image: url(../imagens/fundo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
#estrutura {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #005BA1;
	clear: left;
}
#cabecalho {
	background-image: url(../imagens/topo.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#logo {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 172px;
}
#menu {
	float: right;
	padding: 0px;
	margin-top: 148px;
	width: 525px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	float: left;
	background-image: url(../imagens/botao_menu.png);
	height: 50px;
	width: 130px;
	text-align: center;
	line-height: 50px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
#menu li a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menu li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu li a:hover {
	color: #FFFF00;
	text-decoration: none;
}
#menu li a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#conteudo {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#menu_lateral {
	float: left;
	width: 200px;
	text-align: center;
}
#texto {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: 500px;
	color: #333333;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
}
#texto a:link {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	line-height: 20px;
}
#texto a:visited {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
#texto a:hover {
	font-weight: bold;
	color: #CC3300;
	text-decoration: underline;
}
#texto a:active {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
#rodape {
	clear: both;
	padding: 0px;
	background-image: url(../imagens/rodape.jpg);
	background-repeat: no-repeat;
	height: 40px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 800px;
	background-position: bottom;
}
.titulo_principal {
	background-image: url(../imagens/barra_titulo.jpg);
	background-repeat: no-repeat;
	height: 30px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
.table_pdf {
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;	
}
.destaque {
	padding: 0px;
	list-style-position: inside;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-image: url(../imagens/seta.jpg);
}
.destaque li {
	line-height: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
