

body {
    background-color : #9797ca;
    color : #000000;
    font-family : fantasy, Verdana, Arial, Helvetica, sans-serif;
    font-size : 12pt;
    margin-bottom : 6mm;
    margin-left : 6mm;
    margin-right : 6mm;
    margin-top : 6mm;
    text-align : justify;
  }


A:visited,A:active,A:link {
    color : #000000;
  }


A:hover {
    color : #FFFFFF;
  }


div.menu_left {
    height : 75%;
    width : 15%;
    position:absolute;
    top:20%;
    left:10px;
  }


table.tabela_menu_left {
    background-color : #727298;
    border-bottom-style : ridge;
    border-left-style : ridge;
    border-right-style : ridge;
    border-top-style : ridge;
    height : 100%;
    line-height : 120%;
    text-align : center;
    width : 100%;
  }


div.menu_top {
    height : 60px;
    width : 80%;
    right : 20px;
    position : absolute;
    top : 10px;
    vertical-align : bottom;
  }


table.tabela_menu_top {
    border-bottom-style : double;
    border-left-style : double;
    border-right-style : double;
    border-top-style : double;
    width : 100%;
    height : 100%;
    text-align : center;
  }


img.logo {
    height : 100%;
  }


div.menu {
    position : absolute;
    right : 20px;
    text-align : justify;
    top : 20%;
    vertical-align : bottom;
    width : 80%;
    height : 65%;
  }


table.tabela_menu {
    width : 100%;
    height : 100%;
  }


td.left_links {
    background-color : #d0d0d0;
    height : 30px;
  }

