/* CSS Document - estilo.css*/


a:link {
	font-family: verdana; 
	font-size: 10pt; 
	color: #0F88BD;
	text-decoration: none;
	}
	
a:visited {
	font-family: verdana; 
	font-size: 10pt; 
	color: #0F88BD;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

table.tab-conteudo {
	font: 14px/1.3 verdana, arial, helvetica, sans-serif;
	width: 600px;
	color: #000066;
	background-color: #DFDEE6;
	text-align: left;
}

table.tab-menu {
	width: 600px;
	background-color: #DFDEE6;
	text-align: left;
	border-collapse: collapse;
}

table.tab-menu td {
	width: 150;
	text-align: center;
}

table.tab-conselheiros {
	font: 12px verdana, arial, helvetica, sans-serif;
	width: 600px;
	background-color: #DFDEE6;
	text-align: left;
	border-collapse: collapse;
}

table.tab-conselheiros td {
	text-align: left;
	border: 1px solid;
}
