body {
	margin: 0px;
	background-color: #005EEA;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.fundo-azul {
	background-color: #D2E9FF;
	padding-left: 3px;
}
.azul-forte {
	background-color: #003399;
}
.td-branca-dashed {
	background-color: #FFFFFF;
	border: 2px dashed #000000;
	padding: 3px;
}
.txt-11 {
	font-size: 11px;
}
.td-branca {
	background-color: #FFFFFF;
}
.txt-11-borda-dashed {
	font-size: 11px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CC00FF;
}
a:link {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
.td-branca-txt11-padd3 {
	font-size: 11px;
	background-color: #FFFFFF;
	padding: 3px;
}