@charset "utf-8";
/* CSS Document */

#conteudo table {
	border-collapse:collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #d0e8cd;
	margin-right: auto;
	margin-left: auto;
}
#conteudo table h4 {
	background-color: #9BBB58;
	color: #FFF;
}

#conteudo table th {
	background-color: #9BBB58;
	padding: 1ex;
	font-size: 80%;
	border: 1px solid #D4E8CC;
	color: #FFF;
}
#conteudo table td {
	font-size: 80%;
	padding: 1ex;
	border: 1px solid #D4E8CC;
	background-color: #EAF2DD;
}
#conteudo table strong {
	font-size: 100%;
	color: #777;
}
#conteudo table cite {
	font-size: 80%;
	font-weight: bold;
	color: #F60;
}


#conteudo q {
	font-size: 90%;
	line-height: 2em;
	font-weight: bold;
}
#conteudo ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
.linha {
	background-color: #F00;
}
