@import url(./mensagens.css);

/* Classes para formato padrao das paginas */

* {
   margin: 0;
   padding: 0;
   font-family: "Verdana";
}

body {
    text-align: center;
    font-size: 83%;
}

a {
   cursor: pointer; /* Mozilla */
   cursor: hand; /* IE */
}

.clearfix {
   clear: both;
   visibility: hidden;
}

div.divTudo {
   width: 955px;
   padding-top: 10px;
   padding-bottom: 10px;
   margin-left: auto;			
   margin-right: auto;			
   text-align: left; /* "remedio" para o hack do IE */	
}

div.divBody {
   position: relative;
   background-color: rgb(255, 255, 255);
   height: 1000px;
   border: 0.1em solid rgb(153, 153, 153);
}

div.divCabecalho {
}

div.divCorpo {
   position: relative;
   top: 0%;     /*76px;*/
   left: 0%;
   /*height: 100px;   900px;*/
   /*background-color: black;
   background-image: url(../imagens/bgCorpo.gif);
   background-repeat: repeat-x;*/
}

div.divRodape {
   position: relative;
   bottom: 0%;
   background-color: rgb(148, 148, 148);
}

/*
img {
    width: 100%;
    heigth: 100%;
}
*/
.campoRequerido {
    font-weight: bold;
}

.campoRequerido:after {
    content: "*";
}
