@charset "utf-8";
/* CSS Document */

.titulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#990000;
	font-weight:bold
	}
	
.numeros {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#990000;
	font-weight:bold
	}
	
.titulo_2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	font-weight:bold
	}
	
.valores {
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#000000;
	font-weight:bold
	}
	
.titulo_valores {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	color: #000099;
	font-weight:bold
	}
	
.texto_geral {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666
	}

.texto_azul_pqno {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000099
	}		

.texto_pqno {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666
	}
/* links */

A:link {font-family: Verdana; font-size:9px;  color: #666666; text-decoration: none}
A:visited {font-family: Verdana; font-size:9px;  color: #666666; text-decoration: none}
A:hover {font-family: Verdana; font-size:9px; font-weight: bold; color: #666666; }
A:active {font-family: Verdana; font-size:9px; font-weight: bold; color: #666666; text-decoration: none}