#conteudo h2 { margin-bottom:15px; }

#conteudo h3 {
	font:bold 75% arial;
	margin-bottom:15px;
}

#conteudo h4 {
	display:block;
	width:200px;
	text-align:center;
	background:#FF0000;
	padding:3px;
	font:bold 75% arial;
	color:#FFFFFF;
	margin-bottom:10px;
}

#conteudo .link { color:#333333; }
#conteudo .link:hover { text-decoration:underline; }

#conteudo ul { margin-bottom:20px; }
#conteudo ul li a {
	display:block;
	width:370px;
	margin-bottom:1px;
	margin-right:50px;
	padding:5px 0 5px 5px;
	background:#F3F3F3;
	font:13px Microsoft Sans Serif, Arial;
	color:#981812;
}

#conteudo ul li a:hover { 
	background-color:#F0F0F0;
	color:#333333;
}

#conteudo #dados { margin-right:15px; }

#conteudo ul li a:hover p { color:#000000; }

table { 
	margin-bottom:15px;
	border:1px solid #CCCCCC;
	border-bottom:0;
}

table tr th {
	padding:3px 0 3px 0;
	background-color:#F3F3F3;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	font:bold 13px Microsoft Sans Serif, Arial;
	color:#981812;
}

table tr td {
	padding:3px 0 3px 3px;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	font:13px Microsoft Sans Serif, Arial;
	color:#333333;
}

.sem-borda { border-right:0; text-align:center; }
.total { background-color:#F8F8F8; }

label {
	font:75% arial;
}
