.link_menu:link { font-family: Arial; font-size:11px; color: #353535; text-decoration: none; font-weight: none }
.link_menu:visited { font-family: Arial; font-size:11px; color: #353535; text-decoration: none; font-weight: none }
.link_menu:hover { font-family:Arial; font-size:11px; color: #B32A20; text-decoration: none; font-weight:none }

.link_vermelho:link { font-family: Arial; font-size:11px; color: #B32A20; text-decoration: none; font-weight: bold }
.link_vermelho:visited { font-family: Arial; font-size:11px; color: #B32A20; text-decoration: none; font-weight: bold }
.link_vermelho:hover { font-family:Arial; font-size:11px; color: #B32A20; text-decoration: underline; font-weight:bold }

.link_vermelho2:link { font-family: Arial; font-size:11px; color: #B32A20; text-decoration: none; font-weight: bold }
.link_vermelho2:visited { font-family: Arial; font-size:11px; color: #353535; text-decoration: none; font-weight: bold }
.link_vermelho2:hover { font-family:Arial; font-size:11px; color: #353535; text-decoration: none; font-weight:bold }



BODY 
	{
		SCROLLBAR-FACE-COLOR: #ffffff; 
		SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
		SCROLLBAR-SHADOW-COLOR: #8D959E; 
		SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
		SCROLLBAR-ARROW-COLOR:  #8D959E; 
		SCROLLBAR-TRACK-COLOR: #8D959E; 
		SCROLLBAR-DARKSHADOW-COLOR: #ffffff; 
	}


.Form_Pop
{
    BORDER-RIGHT: #D1D3D4 1px solid;
    BORDER-TOP: #D1D3D4 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #D1D3D4 1px solid;
    COLOR: #416986;
    BORDER-BOTTOM: #D1D3D4 1px solid;
    FONT-FAMILY: arial;
    BACKGROUND-COLOR: #ffffff
}

/*ESTILOS USADOS NOS CONTEÚDO*/

.conteudo_texto {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #5A5A5A;
	line-height: normal;
}

.conteudo_branco {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #ffffff;
	line-height: normal;
}

.conteudo_autor {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #5A5A5A;
	line-height: normal;
	font-weight: bold;
}

/*ESTILOS USADOS NOS TÍTULOS PRINCIPAIS*/


.titulo_secao {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #5A5A5A;
	line-height: normal;
	font-weight: bold;
}

.titulo_secao2 {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #5A5A5A;
	line-height: normal;
	font-weight: normal;
}

.titulo_vermelhopeq {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #B32A20;
	line-height: normal;
	font-weight: bold;
} 

.titulo_vermelho {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	color: #B32A20;
	line-height: normal;
	font-weight: bold;
}

.titulo_vermelho2 {
	font-family: Arial;
	font-size: 30px;
	font-style: normal;
	color: #B32A20;
	line-height: normal;
	font-weight: normal;
}

/*ESTILOS USADOS NAS FOTOS DE DESTAQUE*/
.contorno_foto{
	border:3px solid #E4ECEF;
}

.banner_lateral{
	width:130px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #AAAAAA;
	overflow:hidden;
}

/*ESTILOS USADOS NOS MENU*/

.menu_espaco{
	width:130px;
	height:20px;
	overflow:hidden;
}

.menu_titulo {
	width:125px;
	margin-left:2px;
	height:15px;
	font:bold 11px Arial, Helvetica, sans-serif; 
	color:#B32A20;
	border-bottom:1px solid #B32A20;
}

.menu_titulo2 {

	height:22px;
	font:normal 15px Arial, Helvetica, sans-serif; 
	color:#B32A20;
	border-bottom:1px solid #B32A20;
}


.menu_item {
	margin-left:8px;
	margin-bottom:5px;
	width:110px;
	height:13px;
	font:normal 11px Arial, Helvetica, sans-serif; 
	color:#454444;
	border-bottom:1px solid #A9A9A9;
} 


