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


* {
	margin:0;
	padding:0;}


body {
	background:#0E3060;}


.texto_rodape {
	font-family:Arial;
	font-size:11px;	
	color:#FFFFFF;}
	

.titulo_pagina {
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;}
	

.texto_simples {
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;}
	

.texto_rodape a {
	color:#FFFFFF;
	text-decoration:none;}		
	
.texto_rodape a:visited {
	text-decoration:none;
	color:#FFFFFF;}	
	
.texto_rodape a:hover {
	color:#FFFFFF;
	text-decoration:underline;}	
	
	
.texto_form {
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#000000;}	