@charset "UTF-8";

/* CSS Document */


/*LETRA PARA TODO O BODY*/
body,td,th {
	font-family: Georgia, Tahoma;
	font-size: 11px;
	text-align: justify;
}

/*LETRA PARA MENU*/
.menu {
	font-family: Arial;
	font-size: 12px;
	color: #868686;
}

/*LETRA PARA MENU NA PROPRIA PAGINA*/
.menu_activo {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}

/*LETRA PARA SUBMENU AZUL*/
.azul_bold {
	font-family: Georgia, Tahoma;
	font-size: 11px;
	color: #3d6f92;
	font-weight: bold;
}

/*LETRA PARA SUBMENU CINZENTO*/
.cinza_bold {
	font-family: Georgia, Tahoma;
	font-size: 11px;
	color: #444444;
	font-weight: bold;
}

/*LETRA PARA LINKS AZUL*/
.azul {
	font-family: Georgia, Tahoma;
	font-size: 11px;
	color: #3d6f92;
}

/*LETRA PARA LER MAIS*/
.ler_mais {
	font-family: Georgia, Tahoma;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

/*LETRA PARA TODO O SITE*/
.content {
	font-family: Georgia, Tahoma;
	font-size: 11px;
	color: #868686;
}

/*LINKS PARA MENU*/
a.link_menu:link {
	text-decoration: none; 
	color: #868686;
}
a.link_menu:visited {
	text-decoration: none; 
	color: #868686;
}
a.link_menu:hover {
	text-decoration: underline; 
	color: #000; 
 }
 
 /*LINKS AZUL*/
a.link_azul:link {
	text-decoration: underline; 
	color: #3d6f92;
}
a.link_azul:visited {
	text-decoration: underline; 
	color: #3d6f92;
}
a.link_azul:hover {
	text-decoration: none; 
	color: #3d6f92; 
 }
 
 /*LINKS PARA LER MAIS*/
a.link_lermais:link {
	text-decoration: underline; 
	color: #000;
}
a.link_lermais:visited {
	text-decoration: underline; 
	color: #000;
}
a.link_lermais:hover {
	text-decoration: none; 
	color: #000; 
 }
 
 /*LINK PARA DECLARAÇÃO*/
 a.link_declaracao:link {
	text-decoration: underline; 
	color: #444444;
}
a.link_declaracao:visited {
	text-decoration: underline; 
	color: #444444;
}
a.link_declaracao:hover {
	text-decoration: none; 
	color: #444444; 
 }

/*ENCOSTAR TEXTO A DIREITA*/
.right {
	text-align: right;
}
