@charset "utf-8";
/* CSS Document */


body{  
	margin:0px !important; 
	padding:0px !important;
	}

.titulos {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding: 5px;
	color: #4581AA;
}
.textos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	text-align: left;
	vertical-align: text-top;
	padding: 5px;
}
.table_rodape {
	background-color: #2f3c40;
	border-top-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #4581B9;
	text-align: left;
	vertical-align: top;
}
.texto_rodape {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
}
.degrad {
	background-image: url(../imagens/degrad.png);
	background-repeat: repeat-x;
}
.top_esquerda {
	background-image: url(../imagens/ceuesq.png);
	background-repeat: repeat-x;



}
.top_centro {
	background-image: url(../imagens/ceu.png);
	background-repeat: no-repeat;
	vertical-align:bottom;


}
.top_dir {
	background-image: url(../imagens/ceudir.png);
	background-repeat: repeat-x;

}

#top {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	
	
	}

a:visited, a:link{
	text-decoration:none;
	color:#4581B9;

	}
