/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #000000;
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}
.menu {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.caixa {
	 font-size: 15px;
	 color: #E20814;
	 border:1px solid gray;
}
.nomes1 {
	color: #939598;
	font-weight: bold;
	font-size: 14px;
}
.nov_home {font-size: 11px;
		 line-height:120%;
		 color:#000000;
}
.titulo_ult_art {color: #E20814}
.autor_ult_art {
	color: #999999;
	font-style: italic;
}
.artigos_mais_lidos {color: #FFFFFF;
		            line-height:120%;
}
.menu_dir {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.interessante {font-size: 11px; line-height: 120%; color: #E20814; }
.rodape {color: #FFFFFF}
.homenagens_link {
	color: #939598;
	font-weight: bold;
}
.homenagens_nome {
	color: #333333;
	font-weight: bold;
	font-size: 15px;
}
.homenagens_texto {
		line-height: 120%;
}
.ultimasNoticias {
	font-size: 16px;
	font-weight: bold;
	color:#2291FF;
}
a.ultimasNotTitulo:link {
	font-size: 11px;
	color:#000000;
	text-decoration: none;
}
a.ultimasNotTitulo:visited {
	font-size: 11px;
	color:#000000;
	text-decoration: none;
}
a.ultimasNotTitulo:hover {
	font-size: 11px;
	color:#000000;
	text-decoration: underline;
}
a.ultimasNotTitulo:active {
	font-size: 11px;
	color:#000000;
	text-decoration: underline;
}
.ultimasNotTitulo {
	font-size: 11px;
	color:#000000;
}
.textoPrincipal {
		font-size: 13px;
		line-height:130%;
		color: #000066;
}
.titulo {
	font-size: 15px;
	color: #000000;
	line-height:120%;
	font-weight:bold;
}
.IMPtitulo {
	font-size: 20px;
	color: #000000;
	line-height:120%;
	font-weight:bold;
}
.quadro {	
	font-size: 12px;
	color: #000000;
	line-height:150%;
}
.IMPquadro {	
	font-size: 15px;
	color: #000000;
	line-height:150%;
}
.paginacao {font-size: 12px;
			color:#000066;}
.fonte {font-size:12px;
		color:#000000;
		font-style:italic;
}
.Verm_21 {
	font-size: 21px;
	color: #FF0000;
}
.news01 {
	font-size: 15px;
	color:#FFFFFF;
}

p:first-letter {
font-size: 28px;
}

/* PARA O CAMPO DE BUSCA EM AJAX */
@charset "UTF-8";

/* SpryAutoSuggest.css - version 0.1 - Spry Pre-Release 1.5 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.hideSuggestClass{
	border: 1px solid #999999;
	background-color: white;
	height: 50px;
	overflow:auto;
	display:none;
	width: 120px;
	margin: 2px;
	cursor: pointer;
	color:#E20814;
}

.showSuggestClass .hideSuggestClass{
	display: block !important;
}

.showSuggestClass .hoverSuggestClass{
	background-color: #CCCCCC !important;
}

/* - fecha BUSCA AJAX - */
