#corpo {
	width:768px;
}

#corpo > div {
	padding:20px;
}

.tituloArea, .conteudo h3, .conteudo h4 {
	letter-spacing:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13pt;
	font-weight:bold;
	margin:0 0 20px 0;
	border-bottom:solid 2px #3A8898;
	color:#3A8898;
}

.texto, .conteudo {
	font:normal 10pt/1.5em Arial;
}

.conteudo h3 {
	font-size:12pt;
	font-weight:normal;
}

.conteudo h4 {
	font-size:11pt;
	font-weight:normal;
	border-bottom:none;
}

.conteudo a {
	color:#3A8898;
}

.conteudo a.externo {
	background-image:url(../imgs/external.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:13px;
}

.conteudo table {
	border-bottom:solid 2px black;
	cursor:default;
	margin-bottom:20px;
}

.conteudo table th {
	text-align:left;
	border-bottom:solid 2px black;
	background-color:#E0E0E0;
}

.conteudo table tr.odd {
	background-color:#E8E8E8;
}

.conteudo table a {
	color:black;
	display:block;
}

.conteudo table tr.item:hover {
	background-color:#3A8898;
	color:white;
}
.conteudo table tr.item:hover a {
	color:white;
}
