dl a {
	background-color: #eee;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-left: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	color: #666;
}
dl a:hover {
	background-color: #ffda49;
	border-bottom-color: #fecb00;
}
dl div {
	text-align: center;
	padding-bottom: 10px;
}
dl table {
	border: 1px solid #ddd;
	border-collapse: collapse;
	text-align: center;
	width: 580px;
	margin-left: 1px;
}
dl table th {
	padding: 5px;
	background-color: #fff5cc;
	color: #666;
}
dl table td {
	border: 1px solid #e0e0e0;
	font-size: 90%;
	padding: 7px 3px;
	color: #666;
}
dl #legenda {
	text-align: left;
}
em {
	color: #666;
	font-size: 90%;
}

