#conteudo h1 {
	background: url(../img/padrao/bullet_titulo.jpg) no-repeat left 3px;	
	padding-left: 20px;
	font-size: 170%;
	color: #c63;
	margin-bottom: 15px;
}

#conteudo h2 {
	color: #369;
	font-size: 120%;
	line-height: 2em;
}

#conteudo li {
	background: url(../img/padrao/bullet.jpg) no-repeat left 5px;
	padding-left: 15px;
}

#conteudo .outras {
	border-top: 1px dashed #9ebaba;
	padding-top: 10px;
	font-weight: bold;
}

dl dt {
	line-height: 2em;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ddd;
	display: block;
	padding: 0 5px;
	clear: both;
	font-weight: bold;
	color: #369;
}

dl dt:hover {
	background-color: #fff;
	}
	
dl dt.open {
	background-color: #fff;
	}

dl dt strong {
	color: #633;
	}

dl dd {
	margin: 10px 0;
}
