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

body {
margin:0px;
padding:0px;
background-color: #EEFBFD;
background-image: url(../imgComposicao/bgSite.jpg); 
background-position: background-position: top center ; background-repeat:no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#333333;
}

h1 {
margin:0px;
padding:0px;
font-size:18px;
color: #006600;
}

h2 {
margin:0px;
padding:0px;
font-size:16px;
line-height:140%;
color:#333333;
}


p {
margin:0px;
padding:0px;
font-size:11px;
color: #006699;
line-height:120%;
}

.texto{ font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; color: #006699; line-height:120%;
}	


#Geral{
width:780px;
margin:0px auto;
padding-top:10px;
}

#Topo {
width:780px;
float:left;
}

#Centro {
width:760px;
background-color:#ffffff;
padding: 0px 10px 0px 10px;
float:left;
}


#Esquerda {
width:175px;
padding: 0px 10px 0px 0px;
float:left;
}

#Conteudo {
width:575px;
background-color:#ffffff;
padding: 0px 0px 0px 0px;
float:left;
}


#BordaTexto {
width:170px;
padding: 50px 10px 10px 10px;
float:left;
}

#BordaTextoInterno {
width:555px;
padding: 50px 10px 10px 10px;
float:left;
}


#Rodape {
width:780px;
float:left;
}


.clear {
	clear: both;
}

/* FIM DAS REGRAS PARA TODOS OS FORMS DA PGINA */

   /* REGRAS PARA TODOS OS LINKS DA PGINA */
.geral a {text-decoration:none;} /* retira sublinhado de tudo ==> caracter e texto para browsers que no IE*/
.geral a:hover  {margin:0;} /* hack para IE mostrar over*/
a {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color: #006633; text-decoration:none;  }
/* FIM DAS REGRAS PARA TODOS OS LINKS DA PGINA */

.borda_cinza {
	border:1px dashed #CCCCCC;
	background-color: #EEEEEE; 
	padding:1px;

}
