/* CSS Document */
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

ul li {
	margin:5px;
	padding:0px;
	list-style:none;
}

body {
	margin:15px;
	background-image:url(../imagens/back.gif);
	font-family:arial;
	font-size:12px;
	color:#000000;
	}
	
a {
	text-decoration:none;
	color:#000000;
}

p{
	margin:0px;
	color:#6699FF;
	font-weight:bold;
}

a:hover{
	color:#FFCC00;
	text-decoration:underline;
}

#div_menu_topo {
	width: 800px;
	height:20px;
	background-color:#FFFFFF;
	text-align:right;
	}
	

#div_topo {
	position:relative;
	width:800px;
	height:150px;
	background-color:#FFFFFF;
	background-image:url(../imagens/banner-topo.gif);
	text-align:right;
	}
	
#codap{
	position:absolute;
	width:235px;
	left: 0px;
	top: 120px;
	font-size:9px;
	text-align:center;
	font-weight:bold;
}
	
#div_contentor {
	position:relative;
	width:800px;
	height:400px;
	background-color:#FFFFFF;
	background-image:url(../imagens/barra.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	z-index:2;
	}

#div_rodape {
	position:relative;
	width:800px;
	height:160px;
	background-color:#FFFFFF;
	text-align:center;
	font-size:10px;
	color:#999999;
	}

#div_rodape a{color:#999999; font-size:10px;}

#div_rodape a:hover{color:#ff9900; font-size:10px;}
	
#pub1 {
	width:800px;
	height:120px;
	}
	
#btss a img{margin:5px; border:none;}
	
.div_index{
	text-align:justify;
	padding:5px;
	text-indent:20px;
}

.div_index p{color:#000000; font-weight:normal;}

.div_index b{color:#000000; font-weight:bold; font-size:12px; font-family:verdana; margin:none; padding:none;}
