body{
   font-size: 8pt;
   font-family: verdana, geneva, tahoma, sans-serif;
   background: white;
}
#main{
   position: relative;
   width: 950px;
   background: white;
   margin: auto;
   padding: 0px;
}
#divmenu{
   visibility: hidden;
   display: none;
}
#modulos{
   visibility: hidden;
   display: none;
}
#header{
   width: 950px;
   padding: 2px;
}
#footer{
   visibility: hidden;
   display: none;
}
ol, ul {
   list-style: none;
}
#content{
   position: absolute;
   top: 80px;
   width: 950px;
   min-height: 450px;
}
fieldset{
   border: 1px solid silver;
   background-color: white;
width: 950px;
}
table{
   font-family: Verdana, Geneva, Tahoma, sans-serif;
   border-collapse: collapse;;
   border-spacing: 0;
}
table.dados{
   border-collapse: collapse;
   width: 100%;
}
table.dados thead tr{
   font-weight:bold;
   text-align:center;
   background-color: grey;
   height: 20px;
   border: 1px solid silver;
}
table.dados thead tr th{
   border: 1px solid gray;
   background-color: #dadada;
   color: black;
}
table.dados tfoot tr{
   font-weight:bold;
   color: black;
   height: 20px;
   background-color: #dadada;
   border: 1px solid gray;
}
table.dados tfoot tr td{
   border: 1px solid gray;
   border-style: none solid solid none;
}
table.dados tbody tr td{
   border: 1px solid gray;
   background-color: white;
}
