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

body{margin:0; background:#FCC515;}
#corpo{background-color:#FFF; width:900px; min-height:500px;}
#corpo #top{width:900px; height:110px; border:0px solid #0C3;}
#corpo #conteudo{ width:900px; font-family:Verdana, Geneva, sans-serif; font-size:10px; }

#rodape{ width:890px; height:20px; font-family:Verdana, Geneva, sans-serif; font-size:9px; margin:5px;}

/* FONTES */
.padrao{font-family:Verdana, Geneva, sans-serif; font-size:10px; color:#333; font-weight:normal;}
.titulo{font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#E86F3C; font-weight: bold;}

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