.titulo {  
	font-size: 12px;
	font-weight: bold;
	color: #000000; 
	text-decoration: none; 
	background-color: #B7C6D5; 
}

.subtitulo {  
	font-size: 12px;
	font-weight: bold;
	color: #ffffff; 
	text-decoration: none; 
	background-color: #0292BC; 
	padding-left: 3 px;
}

.tabela {  
	border: #9CD9EF; 
	background-color: #00A2CA; 
	border-style: solid; 
	border-width: 1px; 
}

.td1 {  
	font-size: 10px; 
	font-weight: normal;
	color: #000000; 
	text-decoration: none; 
	background-color: #EFF2F5; 
	padding-left: 3 px;
	padding-right: 3 px;
}

.bnot{
	color: #000000; 
	text-decoration: none; 
}

.bnot:hover{
	color: #215BCD;
}

.td2 {  
	font-size: 10px; 
	font-weight: normal;
	color: #000000; 
	text-decoration: none; 
	background-color: #CDDBF9; 
	padding-left: 3px;
}


