BODY {
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
}

#div_tudo {
	position: relative;
	background-image:url(../imagens/bg.jpg);
	background-repeat:no-repeat;	
	width: 939px;
	height: 577px;
	margin: 0 auto 0;
	padding: 0px;
	padding-bottom: 25px;
	text-align: justify;
	z-index: 2;
}


#div_bg{
	z-index:1;
	left: 0px;
	top: opx;

}

INPUT {
	height: 10px;
	font-family: tahoma;
	font-size: 10px;	
}

.enviar {
	height: 20px;
	font-family: tahoma;
	font-size: 10px;
	margin-top: 5px;
}

TD{
 font-family: tahoma;
 font-size: 11px;
 text-align: justify;
}

.home{
 font-family: tahoma;
 font-size: 11px;
 text-align: left;
}

#div_menu{
	position: absolute;
	width: 300px;
	height: 320px;
	z-index: 20;
	left: 93px;
	top: 158px;
}

#div_topo{
	position: absolute;
	width: 780px;
	height: 115px;
	z-index: 15;
	left: 84px;
	top: 33px;
}

#div_banner{
	position: absolute;
	width: 468px;
	height: 60px;
	z-index: 1000;
	left: 360px;
	top: 40px;
	padding: 5px;
	background: #FFFFFF;
}

#div_bg_branco {
	background-image:url(bg_conteudo.png);
	background-repeat:no-repeat;
	position: absolute;
	width: 561px;
	height: 329px;
	z-index: 8;
	left: 304px;
	top: 153px;
}

#div_conteudo {
	position:absolute;
	overflow:auto;	
	left:325px;
	top:200px;
	width:495px;
	height:258px;
	z-index:18;
	padding-right: 20px;
	padding-left: 3px;
	 font-family: tahoma;
	 font-size: 11px;
	 text-align: justify;	
}

#div_conteudo_home {
	position:absolute;
	overflow:hidden;	
	left:320px;
	top:172px;
	width:530px;
	height:287px;
	z-index:17;
}

#div_titulo {
	position:absolute;
	left:325px;
	top:170px;
	width:515px;
	height:18px;
	z-index:19;
}

A {
	color: #828073;
	text-decoration: none;	
}

A:HOVER {
	color: #828073;
	text-decoration: underline;
}

.titulo {	
	color:#51000a;
	font-size: 12px;
	font-weight: bold;
}

.titulo_home {	
	color:#ffba00;
	font-weight: bold;
}

.cinza {	
	color:#999999;
}

UL{
	margin-left: 15px;
	list-style-image: url(../imagens/list.gif);
}