body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFC;
	title: Ola
}
a:link {
	text-decoration: none;
	color: #F00;
}
a:visited {
	text-decoration: none;
	color: #39F;
}
a:hover {
	text-decoration: underline;
	color: #f2742a;
}
a:active {
	text-decoration: none;
	color: #FF9;
}
.titulo_noticias_Grande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F00;
}
.titulo_noticias_Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
.texto_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #F00;
}
.texto_normal_Preto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #2f2317;	
}
.texto_tam11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #F00;
}

.texto_menus_cinza {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #555555;	
}
.texto_menus_cinza a:link {
	color: #555555;
	text-decoration: none;
}	
.texto_menus_cinza a:visited {
	color: #555555;
	text-decoration: none;
}
.texto_menus_cinza a:hover {
	color: #f2742a;
	text-decoration: underline;
}
.texto_pequeno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFC;
	/*/*/line-height: 1.5; /* */
}
.texto_pequeno_Preto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #2f2317;
	/*/*/line-height: 1.5; /* */	
}
.titulo_menus_amarelo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #f2742a;
	/*/*/line-height: 1.5; /* */
}
.texto_menus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
	color: #FFF;
}
.texto_menus a:link {
	color: ede2d8;
	text-decoration: none;
}	
.texto_menus a:visited {
	color: ede2d8;
	text-decoration: none;
}
.texto_menus a:hover {
	color: #FF6;
	text-decoration: underline;
}	
.texto_normal_Vermelho {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FF0000;	
}
.texto_normal_Vermelho a:visited {
	color: #FF0000;
	text-decoration: none;
}
.texto_normal_Vermelho a:link {
	color: #FF0000;
	text-decoration: none;
}
.texto_normal_Vermelho a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.tabela_Central_bg {
	background-color: #FFC;
}

