@charset "utf-8";
/* CSS Document */
body {
	background-color: #cccccc;
	background-image: url(imagens/background-site.jpg);
	background-repeat: repeat-x;	
	/*background-color: #000000;
	background-image: url(imagens/body-background-dark.png);	
	background-repeat: repeat;*/
	text-align: left;
}
.texto_menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.texto_menu_separador {
	color: #666;
}
.texto_pequeno_notas {
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	font-size: 10px;
	text-align: left;
}
.titulo_noticias {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 24px;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	letter-spacing: normal;
}
.titulo_negrito {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-weight: bold;
	font-variant: normal;
	line-height: normal;
	letter-spacing: normal;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}
.noticia_data {
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.texto_italico {
	font-style: italic;
	text-align: right;
}
.imagem_centralizada {
	text-align: center;
}
.texto_coluna_rodape {
	color: #CCC;
	font-weight: bold;
}
.texto_rodape {
	color: #999;
}

.linha-abaixo {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}

.texto-caixa-gray-menor {
	font-size: 80%;
	font-weight: bolder;
	color: #000000;	
}


/* área de links. */
.a01:link  {
	font-size: 100%;
	font-weight: normal;
	color: #000000;	
    text-decoration: none;    
}

.a01:visited { 
	font-size: 100%;
	color: #000000;	
    text-decoration: none;
    font-weight: normal;
}

.a01:hover   { 
	font-size: 100%;
	color: #000000;	
    text-decoration: underline;
    font-weight: normal;
}

.a02:link  {
	font-size: 110%;
	font-weight: bold;
	color: #000000;	
    text-decoration: none;    
}

.a02:visited { 
	font-size: 110%;
	color: #000000;	
    text-decoration: none;
    font-weight: bold;
}

.a02:hover   { 
	font-size: 110%;
	color: #000000;	
    text-decoration: underline;
    font-weight: bold;
}

/* link dos menus no topo das páginas. */
.a03:link  {
	font-weight: normal;
	color: #000000;
    text-decoration: none;    	
}

.a03:visited { 
	color: #000000;	
    text-decoration: none;
    font-weight: normal;
}

.a03:hover   { 
	color: #000000;
    text-decoration: underline;
    font-weight: normal;
}

/* link dos menus no rodapé das páginas. */
.a04:link  {
	font-weight: normal;
	color: #999;
    text-decoration: none;    	
}

.a04:visited { 
	color: #999;	
    text-decoration: none;
    font-weight: normal;
}

.a04:hover   { 
	color: #999;
    text-decoration: underline;
    font-weight: normal;
}

