/*fundo de toda página que é fixo */
body{
    background: url(images/fundo_pagina.jpg) repeat-x;
    background-attachment: fixed;
}


/* Texto Maior em Branco*/
.text_news_titulo {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}


/* Efeito de transparência */
.imagem{
      cursor: pointer;
}

.imagem:hover{
       filter:alpha(opacity=50);
      -moz-opacity:.25;
      opacity:.25;
}


/* Estilo para formulário de Contato com fundo azul claro*/
.form_text {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normalS;
	background-color: #295c9f;
	border:#2c3d69 1px solid
}


/* Texto pequeno em branco */
.link_news_corpo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.link_news_corpo A {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.link_news_corpo A:hover {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

.link_news_corpo A.active {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}