/* CSS Document */

/* =================== textos ==================================== */
.letras_brancas{
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	text-align: justify;
}

.letras_azuis1{
	font-family: Verdana;
	font-size: 10px;
	color: #81B7CC;
	text-align: justify;
}

.letras_azuis2{
	font-family: Verdana;
	font-size: 10px;
	color: #B8D7E6;
	text-align: justify;
}

/* =================== Fim de textos ==================================== */

/* =================== titulos ==================================== */
.titulo_branco{
	font-family: Verdana;
	font-size: 14px;
	color: #ffffff;
	text-align: justify;
}

.titulo_azul1{
	font-family: Verdana;
	font-size: 14px;
	color: #81B7CC;
	text-align: justify;
}
/* =================== Fim de titulos ==================================== */

/* =================== Tabelas =========================================== */
td.titulo{
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #666666;
	color: #B8D7E6;
	font-weight: bold;
}

td.conteudo{ 
	background-color:#666666;
}
/* =================== Fim de tabelas ==================================== */

/* =================== Links ============================================= */
a.link_azul2:link {
	font-family: Verdana;
	font-size: 10px;
	color: #B8D7E6;
	line-height: 130%;
	white-space: normal;
	font-weight: normal;
	text-decoration: underline;
}
a.link_azul2:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #B8D7E6;
	line-height: 130%;
	white-space: normal;
	font-weight: normal;
	text-decoration: underline;
}
a.link_azul2:hover {
	font-family: Verdana;
	color: #B8D7E6;
	text-decoration: none;
}
a.link_azul2:active {
	font-family: Verdana;
	font-size: 10px;
	color: #B8D7E6;
	line-height: 130%;
	white-space: normal;
	font-weight: normal;
	text-decoration: underline;
}
/* =================== Fim de Links ====================================== */