#conteudo h1 {
	background: url(../img/padrao/bullet_titulo.png) no-repeat left 5px;		
	font-family: "Arial Narrow", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 170%;
	padding-left: 15px;
	color: #4d6811;	
	margin-bottom: 15px;
	font-weight: normal;
}

#conteudo h2 {
	font-size: 110%;
	margin: 1.5em 0 1em;
	}

#conteudo p {
	margin-bottom: 1.4em;	
}

#conteudo li {
	list-style-type: none;
	background: url(../img/padrao/bullet.png) no-repeat left 3px;	
	padding-left: 15px;	
	margin-bottom: 0.7em;	
}

#conteudo a:hover {
	text-decoration: none;	
}

#conteudo .outras {
	display: block;
	padding-top: 15px;
	border-top: 1px solid #eee;
}

dl {
	margin-bottom: 1.4em;	
}
dl dt {
	background: #FFF url(../img/padrao/bg_sanfona.png) no-repeat center center;	
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
	font-weight: bold;
}
dl dt:hover,
dl dt.open{
	color: #792;
}
dl dt.first {
	background-color: transparent;
}
dl dd {
	background-color: #FFF;	
}
dl div {
	text-align: center;
	padding-bottom: 10px;
}
dl table {
	margin: 0 20px;
	width: 600px;
	border: 1px solid #e0e0e0;
	border-collapse: collapse;
}
dl table th {
	padding: 5px;
	background-color: #F6F6F6;
	color: #666;
}
dl table td {
	border: 1px solid #e0e0e0;
	font-size: 80%;
	padding: 7px 3px 7px 3px;
	color: #666;
}
dl #legenda {
	padding: 10px 0 5px 20px;
	text-align: left;
}
