.txt_branco12 {
	font-size: 12px;
	color: #FFFFFF;
	font-family:Arial;
}

.txt_azul_12 {
	color: #012f61;
	font-size: 12px;
	font-style:normal;
	font-family:Arial;
}

.txt_azul_14 {
	color: #012f61;
	font-size: 14px;
	font-style:normal;
	font-family:Arial;
}

.txt_cinza_12 {
	color: #999999;
	font-size: 12px;
	font-style:normal;
	font-family:Arial;
}

.txt_cinza_14 {
	color: #999999;
	font-size: 14px;
	font-style:none;
	font-family:Arial;
} 

/*------------------------ PARA OS LINKS -------------------------------- */

/*  Link Azul 10 Underline - Peq  */
a.link-az-10:link {
color:#012f61;
text-decoration:underline;
font-family:Arial;
font-size:10px;
}
a.link-az-10:visited {
color:#012f61;
text-decoration:underline;
font-family:Arial;
font-size:10px;
}
a.link-az-10:hover {
color:#012f61;
text-decoration: underline;
font-family:Arial;
font-size:10px;
}
a.link-az-10:active {
color:#012f61;
text-decoration:underline;
font-family:Arial;
font-size:10px;
}

/*  Link Azul 12 UnderlineOver - Geral  */
a.link-az-12:link {
color:#012f61;
text-decoration:none;
font-family:Arial;
font-size:12px;
}
a.link-az-12:visited {
color:#012f61;
text-decoration:none;
font-family:Arial;
font-size:12px;
}
a.link-az-12:hover {
color:#012f61;
text-decoration: underline;
font-family:Arial;
font-size:12px;
}
a.link-az-12:active {
color:#012f61;
text-decoration:underline;
font-family:Arial;
font-size:12px;
}

/*  Link Branco 12 underline over - not/imprensa  */
a.link-esq:link {
color:#ffffff;
text-decoration:none;
font-family:Arial;
font-size:12px;
font-weight: bold;
}
a.link-esq:visited {
color:#ffffff;
text-decoration:none;
font-family:Arial;
font-size:12px;
font-weight: bold;
}
a.link-esq:hover {
color:#ffffff;
text-decoration:underline;
font-family:Arial;
font-size:12px;
font-weight: bold;
}
a.link-esq:active {
color:#ffffff;
text-decoration:underline;
font-family:Arial;
font-size:12px;
font-weight: bold;
}

