UL.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
}

UL.tabNavigation LI {
	display: inline;
}

UL.tabNavigation LI A {
	padding: 0 1px;
	color: #aac7d7;
	font-weight: bold;
	text-decoration: none;
}

UL.tabNavigation LI A.selected,
UL.tabNavigation LI A:hover {
	color: #35516b;
	text-decoration: underline;
	font-weight: bold;
}

UL.tabNavigation LI A:focus {
	outline: 0;
}

.contDados {
	padding: 5px;
	margin-top: 3px;
/*	border: 1px solid #35516b;*/
	display: none;
}

div.tabs > div h2 {
	margin-top: 0;
}

h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 0 0 10px;
}