
/* ESTRUTURA BÁSICA
****************************************************************/

body{
	font: 16px Arial;		
	}
	
#navlist li {
list-style-type: square;

line-height: 25px;}

.fundo1 {
	background-repeat: no-repeat;
	background-image:url(img/index.jpg);
	}
	
.fundo2 {
	background-repeat: no-repeat;
	background-image:url(img/fundonormal.jpg);

	}	
.rodape{
	font: 11px Arial;
	color: #949494;	
	}	

/* CABEÇALHOS, LINKS, PARÁGRAFOS, TEXTOS E ALINHAMENTOS
****************************************************************/

h1 {
	margin-top:0px;
	margin-bottom:10px;
	font:18px Tahoma, Arial, Verdana;
	color:#D30000;		
	font-weight:bold;
	}
h2 {
	margin-top:0px;
	margin-bottom:10px;
	font:14px Arial, Verdana;
	color:#7FC31B;	
	font-weight:bold;	
	text-transform: uppercase;					
	}
h3 {
	border-bottom:1px solid #7FC31B;		
	background-color: #F2F2F2;	
	font: 14px Arial;
	color:#696969;	
	padding-left: 5px;	
	font-weight: bold;	
	text-transform: uppercase;		
	margin-bottom: 15px;	
	
}
	
a:link {text-decoration: underline; color: #393939; font-weight: bold; }
a:visited {text-decoration: underline; color: #393939; font-weight: bold; }
a:active { text-decoration: underline; color: #393939; font-weight: bold; }
a:hover {text-decoration: none; color: #D30000; font-weight: bold;	}

.rodape:link {text-decoration: underline; color: #949494; } /* LINK PRETO */
.rodape:visited {text-decoration: underline; color: #949494; }
.rodape:active { text-decoration: underline; color: #949494; }
.rodape:hover {text-decoration: none; color: #000000; }



/* FORMULÁRIOS
****************************************************************/


.form {	/* CAMPOS */
	border:1px solid #00006A;
	font:12px Arial, Verdana;		
	color: #D30000;	
	font-weight: bold;
	padding-left: 10px;
	}
.bot {  /* BOTAO GRANDE  */
	background-color: #D30000;
	font:12px Arial, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;	
	cursor:pointer;
}	
		