/* ESTRUTURA BÁSICA 		
****************************************************************/

body{
	margin: 0px;
	text-align: center;			
	background-image: url(fundo.jpg);
	background-color: #223f89;
	background-repeat:repeat-x;
	}						

.geral {
	width: 825px;
	margin: auto;
}



a:link{text-decoration: underline; color: #000000; }
a:visited{text-decoration: underline; color: #000000; }
a:hover{ text-decoration: none; color: #ed780f; }
a:active{text-decoration: underline; color: #000000; }


#rodape li a:link{text-decoration: none; color: #dedede; }
#rodape li a:visited{text-decoration: none; color: #dedede; }
#rodape li a:hover{ text-decoration: none; color: #ed780f; }
#rodape li a:active{text-decoration: none; color: #dedede; }

#rodape li
{
display: inline;
list-style-type: none;
padding-right: 20px;
font: 11px Arial;
font-weight: bold;
}
.rodape {
width: 825px;
height: 59px;
font: 11px Arial;
color: #dedede;
background-image: url(rodape.jpg);	
}	


.conteudo {
	width: 825px;
	background-color: #ced5e4;
	background-image: url(fundo_conteudo.jpg);	
	text-align: justify; 	
	}	
	
h1 {
	width: 446px;
	height: 45px;
	font: 24px Arial;	
	color: #FFFFFF;
	font-weight: bold;	
	background-image: url(fundo_h1.jpg);	
	background-repeat: no-repeat;		
	padding-left: 20px;	
	line-height: 45px;
	text-transform: uppercase;		
	}	
	
h2 {
	font: 18px Arial;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 2px;
	font-weight: bold;
	border-bottom:1px solid #fe7900;	
	text-transform: uppercase;		
	}	

h3 {
	width: 735px;
	height: 35px;
	font: 15px Arial;	
	color: #FFFFFF;
	background-image: url(fundo_h3.jpg);	
	background-repeat: no-repeat;		
	padding-left: 20px;	
	line-height: 40px;
}	
	
.txt {
	font: 12px Arial;	
	text-align: justify; 		
	line-height: 15px;
}	



.img-left { /* ALINHA A ESQUERDA  */
	float:left;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 10px;			
	border: none;
	}
.img-right { /* ALINHA A ESQUERDA  */
	float:right;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 10px;			
	border: none;
	}	
		

#itens
{
text-align: left;			
padding: 0;
margin-left: 0;
}
#itens li
{
list-style-image: url(itens.gif);
height: 36px;
margin-left: 20px;
padding-left: 10px;
font: 12px Arial;	
font-weight: bold;
line-height: 25px;	
}

				
/* FORMULÁRIOS	overflow-x: hidden;
****************************************************************/


.form {	/* CAMPOS */
	background-color: #a2acc3;
	border:1px solid #FFFFFF;
	font: 12px Arial;
	margin-top: 5px;	
	padding: 3px;
	font-weight: bold;	
	color: #FFFFFF;		
	cursor:pointer;
	}
.bot {  /* BOTAO GRANDE  */
	background-color: #fe7d07;
	font:14px Arial, Verdana;
	color: #FFFFFF;	
	font-weight: bold;
	cursor:pointer;
}	

				
	