/* CSS Document */
* { margin:0 auto; padding:0; }
a { color:#0A50A1; text-decoration:underline; }
a:hover { text-decoration:none; }
body { font:normal 0.75em Arial, Helvetica, sans-serif; } /* 0.75em = 12px */
h1 { font-size:1.5em; }
h2 { font-size:1.4em; }
h3 { font-size:1.3em; }
h4 { font-size:1.3em; }
h5 { font-size:1.2em; }
h6 { font-size:1.1em; }
img { vertical-align:middle; border:none; }
ul { list-style:none; }
div { position:relative; }
p { line-height:17px; }

/*DIVS IDs*/
#geral { width:770px; background-color:#F2F2E6; }

#header { height:152px; }
#header .pag_inicial { margin-left:5px; margin-top:3px; text-decoration:none; position:absolute; }
#header .banner { left:500px; position:absolute; top:5px; }

#rodape { background-color:#F2F2E6; clear:both; height:100px; padding-top:10px; text-align:center; }
#rodape .image1 { margin-right:20px; }
#rodape .autorais { background-color:#DAD6C8; color:#988A81; height:25px; padding-top:10px; }
#rodape .turminha { margin-bottom:15px; }