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

html,body
        { height:100%;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		   background-color:#000000;
		   font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:14px;

scrollbar-width:10px;
scrollbar-face-color:#8c1412;
scrollbar-arrow-color:#e2e2e2;
scrollbar-track-color:#e2e2e2;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:''; 

        }
		
 a:link {color: #a20201; text-decoration:none}     /* unvisited link */
 a:visited {color: #a20201; text-decoration:none}  /* visited link */
 a:hover {color: #a20201; text-decoration:none}   /* mouse over link */
 a:active {color: #a20201; text-decoration:none}   /* selected link */


body {
background-color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:14px
}

.titulo {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
line-height:14px;
color:#990000;
font-weight:bold;
}

.geral {
width:900px;
height:600px;
}

.left {
width:399px;
height:356px;
}

.menu {
width:168px;
height:356px;
}

.miolo {
width:333px;
height:356px;
background-image:url(images/content.jpg);
}

.rodape {
background-image:url(images/rodape.jpg);
font-size:10px;
}

.conteudo{
width:323px;
height:344px;
overflow:auto;
padding-right:10px;
}

