BODY {
	background-image: url(imagens/fundo_degrade.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #00abed;
	margin:0;
	padding:0;
	font: 10px Verdana; 
	text-align:center;
	color: #666666;
}

TBODY,TD,INPUT,SELECT,TEXTAREA {	
	font: 10px Verdana; 
}

INPUT, TEXTAREA {	
	border: solid 1px #666666;
}


UL, OL {
	margin-left: 18px;
}

#tudo {
	background-image: url(imagens/fundo_branco.gif);
	width: 770px;
	height: auto;
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	text-align: justify;
}

#conteudo {
	position: relative;
	text-align: left;
	margin-left: 175px;
	padding-top: 2px;
	padding-bottom: 10px;
}

.invisivel{
	display: none;
}

#menu_flash {
	display: none;
}

#logos {
	margin-left: 7px;
	width: 145px;
}

A {
	color: #E25100;
}

.verde {
	color: #216121;
}	
.laranja {
	color: #E25100;
}
.vermelho {
	color: #b80002;
}

.margem10{
	padding-right: 10px; 
	padding-left: 10px; 
	padding-bottom: 10px; 
	padding-top: 10px;
}

.cinza {
	color: #666666;
}

#destaques A, #noticias A {
	text-decoration: none;
}

#destaques A:hover, #noticias A:hover {
	text-decoration: underline;
}

#destaques_linha {
	background-image:  url("imagens/vermelho_linha.gif");
	height: 20px;
	width: 100%;
}

#destaques_linha_verde {
	background-image:  url("imagens/verde_linha.gif");
	height: 20px;
	width: 100%;
}

.espaco_maior{
	line-height: 18px;
}

@media screen, print {
	#menu_html {
		display: none;
	}
	#menu_flash {
		display: block;
	}
	#menu {
		background-image: url(imagens/fundo_branco.gif);
		position: absolute;
		left: 0px;
		padding-left: 15px;
		padding-bottom: 10px;
		width: 750px;
	}
}
