@charset "iso-8859-2";
* {margin: 0; padding: 0;}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	line-height:16px;
}
#topo {width:778px; height:215px; margin:0 auto;}

#home {
	background-image: url(../img/home_bg.gif);
	background-repeat: repeat-x;
}

#interno {
	background-image: url(../img/bg_interno.gif);
	background-repeat: repeat-x;
}

#conteudo_home {
	width:778px;
	height:227px;
	margin:0 auto;
	background-image: url(../img/conteudo_home.jpg);
	background-repeat: no-repeat;
	color:#FFF;
}

#conteudo_home2 {
	width:778px;
	margin:0 auto;
	background-image: url(../img/conteudo_bg.gif);
	background-repeat: repeat-y;
	overflow:hidden;
}
	


#conteudo_interno {	width:778px; margin:0 auto; height:67px;}

#rodape { height:101px; background:url(../img/rodape.gif) repeat-x; color:#999; overflow:hidden; clear:both;}

.lista a,
.lista a:visited {	
	color:#666;
	text-decoration: none;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left:15px;
	margin-bottom:10px;
	display:block;
	font-weight:bold;
	text-align:justify;
}
.lista a:hover {text-decoration:underline; color:#43900b;}

.text{
border-color:#060;
}