@import url(cabecalho.css);

@import url(menu_topo.css);

@import url(principal.css);

@import url(conteudo.css);

@import url(menu.css);

@import url(rodape.css);

@import url(form.css);

@import url(tabela.css);

html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
   vertical-align: baseline;
   padding: 0;
   margin: 0;
   border: 0;
}

:focus {
   outline: 0;
}

ol, ul {
   list-style: none;
}

table {
   border-collapse: separate;
   border-spacing: 0;
}

caption, th, td {
   font-weight: normal;
   text-align: left;
}

body {
    margin: 0 0 0 0;
    font-family: Trebuchet MS, Verdana, Helvetica, sans-serif, Tahoma;
    margin: 0 auto;
    line-height: 1;
    font-size: 64.5%; /* Iniciar em 1em ou 10px */
    background: url(../img/topo.jpg) no-repeat top;
    color: #4F4F4F;
    background-color: #FFFFFF;
}

#corpo {
    width: 1004px;
    margin: 0 auto;
}

#fundo {
    background: url(../img/fundo2.jpg) repeat-x;
    background-color: #E0E0DE;
}