.menu-duvidas {
	list-style:none;
	margin-top:15px;
}
.menu-duvidas li {
	height:20px;
	line-height:20px;
}
.menu-duvidas span {
	font-size: 16px;
	color: #0066CC;
}
.duvidas {
	color:#cd3530;
	font-weight:bold;
	text-decoration:none;
}
.duvidas:hover {
	text-decoration:underline;
}

.pergunta {
	list-style:none;
	margin-top:10px;
	font-size:14px;
	font-weight:bold;
	color:#cd3530;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px #999 dashed; 
}
.resposta {
	margin-left:10px;
	font-size:12px;
	color:#000;
	margin-bottom:5px;
	font-weight:normal;
}

.numero + .margin-numero {
	margin-left: 10px;
}