/*
		**********************************************************************
		**             CSS o módulo de Noticias do Site Principal			**
		**					(Criada por Felipe - DIC)						**
		**	Todos os css do site devem ser colocados aqui e não nas páginas **
		**********************************************************************
*/

a:link {  text-decoration: none; color:#990000; font-family:Arial; font-size:12px}
a:visited { text-decoration:: none; color:#990000; font-family:Arial; font-size:12px}
a:hover {  text-decoration: underline; color:#990000; font-family:Arial; font-size:12px}
a:active {  text-decoration: none; color:#990000; font-family:Arial; font-size:12px;}

body { 
	font-family: Arial;
	font-size:12px;
	}
	
.topo_tabela {
	font-family: Arial;
	font-weight: bold;
	color: #990000;
	font-size: 12px;
	}
	
.titulo_site {
	font-family: Arial;
	font-weight: bold;
	color: #990000;
	font-size: 24px;
	}
	
.corpo_tabela {
	font-family: Arial; 
	font-size: 12px; 
	}
	
.vermelho {
	font-family: Arial;
	color: #CC0000;
	}
	
.Topo_Noticias {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #BF0000;
	}
	
.Data_Noticia {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align:right;
	}
	
.Texto_Noticia {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	font-style:italic;
	}