/* ESTRUTURA BÁSICA 		
****************************************************************/

body{
	margin: 0px;
	text-align: center;
	background-color:#dcdcdc;	
	}		
	
.geral {
	width: 980px;
	margin: auto;
}

a:link{text-decoration: underline; color: #003c79; }
a:visited{text-decoration: underline; color: #003c79; }
a:hover{ text-decoration: none; color: #000; }
a:active{text-decoration: underline; color: #003c79; }


#rodape li a:link{text-decoration: underline; color: #616161;font: 11px "Trebuchet MS", Arial, "Times New Roman", Times, serif;  }
#rodape li a:visited{text-decoration: underline; color: #616161; font: 11px "Trebuchet MS", Arial, "Times New Roman", Times, serif;}
#rodape li a:hover{ text-decoration: none; color: #006eb7; font: 11px "Trebuchet MS", Arial, "Times New Roman", Times, serif; }
#rodape li a:active{text-decoration: underline; color: #616161; font: 11px "Trebuchet MS", Arial, "Times New Roman", Times, serif; }

.txt1 {
color: #000;
font: 11px Arial, "Trebuchet MS", "Times New Roman", Times, serif;
}	

.rodape {
width: 950px;
margin-left: 40px;
color: #939393;
font: 11px "Trebuchet MS", Arial, "Times New Roman", Times, serif;
}	
ul#rodape 
{
margin-left: 0;
padding-left: 0;
}
#rodape li
{
display: inline;
list-style-type: none;
padding-left: 10px;
}

ul#itens 
{
padding: 0px 20px 0px 60px;
}

p {padding: 0px 80px 0px 80px; }
tr,td { font: "Trebuchet MS", Arial, "Times New Roman", Times, serif;	} 
#conteudo {
	top: -10px;
	font: 14px "Trebuchet MS", Arial, "Times New Roman", Times, serif;	
	text-align:left;
	width: 980px;
	margin:0;
	background:#c3c3c3 url(rodape.jpg) no-repeat bottom;
	}	

h1 {
	margin-top: 20px;
	margin-left: 80px;	
	margin-right: 80px;		
	font: 28px "Trebuchet MS", Arial, "Times New Roman", Times, serif;
	color: #003c79;
	text-align:left;	
	}	
	
h2 {
	margin-left: 80px;	
	margin-right: 80px;			
	font: 18px "Trebuchet MS", Arial, "Times New Roman", Times, serif;
	color: #003c79;
	border-bottom: 1px solid #fff;
	font-weight:bolder;
	}	

.img-left { 
	float:left;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 10px;			
	border: none;
	}
.img-right { 
	float:right;
	margin-left: 15px;
	margin-right: 30px;
	margin-bottom: 10px;			
	border: none;
	}	
	
	
/* FORMULÁRIOS	overflow-x: hidden;
****************************************************************/

form { padding: 0; margin: 0; }

.form {	/* CAMPOS */
	font: 16px Arial,Verdana;
	background: #e4e4e4;
	border:1px solid #aaaaaa;
	padding: 3px;
	font-weight: bold;	
	color: #000;		
	cursor:pointer;
	}

.bot {  /* BOTAO GRANDE  */
	background-color: #000000;
	font:14px Arial, Verdana;
	color: #FFFFFF;	
	font-weight: bold;
	cursor:pointer;
	border:1px solid #676767;
}	

				
	
