@charset "utf-8";
/* CSS Document */
#conteudo { 
	position: absolute;
	top: 200px;
	left: 285px;
	width: 610px;
	z-index: 1;
}
body {
	margin:0;
	background-color: #FFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
a:link {
	color: #3B6794;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3B6794;
}
a:hover {
	text-decoration: underline;
	color: #6386A8;
}
a:active {
	text-decoration: none;
	color: #3B6794;
}
.titulos {
	font-size: 18px;
	color: #23466b;
	font-weight: bold;
}


