@charset "iso-8859-2";
/* CSS Document */
.titulo {
	font-size: 18px ;
	color: #CC3355 ;
	text-decoration: none ;
	border-top:  none ;
	border-right:  none ;
	border-bottom:  none ;
	border-left:  none ;
	
}
.subtitulo {
	font-size: 14px ;
	font-weight: bold ;
	color: #BB3344 ;
	text-decoration: none ;
	border-top:  none ;
	border-right:  none ;
	border-bottom:  none ;
	border-left:  none ;
	
}
.legenda {
	font-size: 12px ;
	color: #887766 ;
	text-decoration: none ;
	border-top:  none ;
	border-right:  none ;
	border-bottom:  none ;
	border-left:  none ;
	
}
body {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 13px ;
	text-decoration: none ;
	
}

