
/* ESTRUTURA BÁSICA 		
****************************************************************/

body{
	margin:0px 0px;
	text-align: center;	
	background-image:  url(fundo.jpg);					
	background-color: #C0C0C0;		
	font: 11px Verdana, Arial, Helvetica, sans-serif; color: #505050;	
	}						

a:link {text-decoration: underline; color: #1BBF1B; } 
a:visited {text-decoration: underline; color: #1BBF1B; }
a:hover { text-decoration: none; color: #1BBF1B; }
a:visited {text-decoration: underline; color: #1BBF1B; }

.branco:link {text-decoration: underline; color: #FFFFFF; } 
.branco:visited {text-decoration: underline; color: #FFFFFF; }
.branco:hover { text-decoration: none; color: #FFFFFF; font-weight: bold;}
.branco:visited {text-decoration: underline; color: #FFFFFF; }

.txt { 
	font: 11px Verdana, Arial, Helvetica, sans-serif; color: #505050;
	}
.box { 
	font: 11px Verdana; color: #FFFFFF;	
	}	
.titulo { 
	font: 40px "Trebuchet MS"; color: #D8D8D8; font-weight: bold; text-transform: uppercase;	
	}	
.titulosub { 
	font: 18px "Trebuchet MS"; font-weight: bold; text-transform: uppercase;	
	}		
.verde { 
	font: 14px Arial; color: #1BBF1B; font-weight: bold; text-transform: uppercase;	
	}			
.rodape { 
	font: 11px Arial; color: #FFFFFF;	
	}	
.formulario { 
	font: 12px Arial; color: #FFFFFF;	
	text-transform: uppercase;	
	}		

#popup{ 
	position: absolute; 
	left: 150px;
	top: 200px;
	display: none;	
}
	

/* FORMULÁRIOS
****************************************************************/


.form {	/* CAMPOS */
	border:1px solid #E0E0E0;
	font:12px Arial, Verdana;		
	color: #FFFFFF;	
	font-weight: bold;
	padding-left: 10px;
	background-color: #6F6F6F;			
	}
.bot {  /* BOTAO GRANDE  */
	background-color: #000000;
	font:14px Arial, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;	
	cursor:pointer;
}	
				
	