body {

background-color:#FFFFFF;
font-family: arial,verdana,helvetica; font-size:10px; color:#000000;

scrollbar-face-color:#FBFAC7;
scrollbar-highlight-color:#B8B96D;
scrollbar-3dlight-color:#B8B96D;
scrollbar-darkshadow-color:#B8B96D;
scrollbar-shadow-color:#B8B96D;
scrollbar-arrow-color:#B8B96D;
scrollbar-track-color:#E5EBF7;
}

table, div    { font-family: arial,verdana,helvetica; font-size:12px; color:#000000; }
table.ficha   { border-collapse: collapse; border:1px solid #2577C0; background: #E5EBF7; } 
.nota         { font-family: arial,verdana,helvetica; font-size:10px; color:#000000; }
.planilha     { font-family: arial,verdana,helvetica; font-size:12px; color:#000000; }

a             { font-weight: bold; text-decoration:none; color:#000000; }
a:hover       { text-decoration:underline; }
a.neg         { font-weight: bold; text-decoration:none; color:#000000; }
a.neg:hover   { text-decoration:underline; }

.campos       { font-family: arial,verdana,helvetica; font-size:12px; color:#000000; }

.Titulo       { font-family: arial,verdana,helvetica; font-size:16px; font-weight:bold; color:#1B1B1F; }
.SubTitulo    { font-family: arial,verdana,helvetica; font-size:14px; font-weight:bold; color:#1B1B1F; }
.TituloNeg    { font-family: arial,verdana,helvetica; font-size:16px; font-weight:bold; color:#1B1B1F; }
.SubTituloNeg { font-family: arial,verdana,helvetica; font-size:14px; font-weight:bold; color:#1B1B1F; }

/* CONFIGURACAO DO MENU */

.menulist, .menulist ul {
 font-family: arial,verdana,helvetica; font-size:11px; color:#012C5C; 
 margin: 0;
 padding: 0;
 font-weight: normal;
 width: 200px;
 list-style: none;
}

.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 0px;
 left: 200px;
}

.menulist li {
 position: relative; 
 background: url(../site/img/bt_menu.gif) left repeat-y;
}

.menulist a {
 display: block;
 padding: 4px 0px 8px 32px;
 color: #4B5578;
 text-decoration: none;

}

* html .menulist a {
 border: none;
 font-weight: normal; 
 margin: 0px;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #4B5578;
 font-weight: normal; 
 border: none;
 margin: 0;
}
.menulist a.highlighted {
 color: #4B5578;
 border: none;
 margin: 0;
}

.menulist a .subind {
 float: right;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}

/* FIM DA CONFIGURACAO DO MENU */