BODY{
	font-family:Arial;
	font-size:11px;
	background-repeat: repeat-x;
	background-image: url(../imagens/bg.gif);
	background-color: #F0F7FD;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#b0b0b0;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

TABLE {
	border-collapse: collapse;
}

TD, SELECT, INPUT, TEXTAREA {
	font-family:Arial;
	font-size:11px;
}

.borda_cinza {
	border: 1px solid #e8e8e8;
}

.borda_vermelha {
	border: 1px solid #FF0000;
}

.sem_borda {
	bottom: -2px;
	margin-left: -2px;
	border: none;
}

OBJECT {
	display: inline;
	margin: 0px;
}

EMBED {
	display: inline;
	margin-bottom: -3px;
}

#div_tudo {
	position: relative;
	width: 765px;
	margin: 0 auto 0;
	padding: 0;
	text-align: justify;
}

#div_topo {
	position:absolute;
	left:0;
	top:0;
	width:765px;
	height:145px;
	z-index:20;
}

#div_menu {
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../imagens/menu_bg.gif);
	position: absolute;
	left: 2px;
	top: 138px;
	width: 175px;
	height: 360px;
	z-index: 30;
}

#div_titulo {
	width: 557px;
	height: 23px;
	padding-left: 17px;
	padding-top: 12px;
	background-image:url(../imagens/titulo.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}

SPAN.menu1, A.menu1, A.menu1:hover {
	display: block;
	font-family:Arial;
	font-size:11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	border-bottom: none;
	width: 152px;
	height: 19px;
	padding: 0px 8px 0px 12px;
}
SPAN.menu2, A.menu2, A.menu2:hover {
	display: block;
	font-family:Arial;
	font-size:11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	border-bottom: none;
	width: 152px;
	height: 38px;
	padding: 1px 8px 0px 12px;
}

#div_conteudo {
	display: table;
	width: 572px;
	height: auto;
	text-align: justify;
	z-index:5;
	background-image: url(../imagens/div_conteudo_rodape.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#div_home {
	display: table;
	margin-left: 10px;
	width: 575px;
	height: 295px;
	text-align: justify;
	z-index:5;
}

.margem {
	display: table;
	*margin-top: -6px;
	*padding-top: 10px;
	padding-left: 18px;
	padding-right: 14px;
	margin-bottom: 14px;
	width: 540px;
	background-image: url(../imagens/bg_conteudo.gif);
}

A {
	font-weight: bold;
	text-decoration: none;
	color: #335588;
}

A:hover {
	font-weight: bold;
	border-bottom: dotted 1px #ffae00;
	color: #ffae00;
}

.titulo {
 color:#335588;
 font-weight: bold;
}

UL, OL {
	margin-left: 10px;
}

* html .margem {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}

@media print {

	#div_topo, #div_menu, .nao_imprimir {
		display: none;
		visibility: hidden;
	}

}