body      {
            overflow: auto;
            font-family: tahoma, sans-serif, arial;
            color: #330099;
            font-size: 18px;
            background-color: #cc99ff;
            background-attachment: fixed;
            background-image: url("/images/bgBody.bmp");
            border: 0;
            text-align: center;
            text-decoration: none;
            margin: auto;
          }
img { border: none; }

div.hometext {
              position: relative;
              margin-left: auto;
              margin-right: auto;
              top: 10px;
              width: 600px;
             }

div.logotop {
             overflow: hidden;
             background-attachment: fixed;
             background-image: url("/images/logo.png");
             background: no-repeat fixed center;
             background-color: #ddccff;
             position: relative;
             margin-top: 0px;
             margin-left: auto;
             margin-right: auto;
             height: 36px;
            }
div.logo {
          background-image:  url(/images/record.png);
          height: 380px;
          width: 380px;
          position: relative;
          margin-left: auto;
          margin-right: auto;
         }
div.logotext {
              position: relative;
              height: auto;
              width: auto;
              top: 200px;
              color: #ffffff;
             }
a:link    { color: #660099; text-decoration: none; }
a:visited { color: #660099; text-decoration: none; }
a:active  { color: #660099; text-decoration: none; }
a:hover   { color: #9933cc; text-decoration: none; }

a.logo:link    { color: #ffffff; text-decoration: none; }
a.logo:visited { color: #ffffff; text-decoration: none; }
a.logo:active  { color: #ffff00; text-decoration: none; }
a.logo:hover   { color: #ffff00; text-decoration: none; }

table {
       table-layout: auto;
       margin-top: 5px;
       margin-left: auto;
       margin-right: auto;
       empty-cells: show;
       border-style: none;
       border-width: 0px;
       padding: 0px;
      }
th {
    text-align: center;
    background-color: #330099;
    color: #9966ff;
   }
td {
    text-align: center;
   }
td.header1 {
    text-align: center;
    font-weight: bold;
    background-color: #6633cc;
    color: #000066;
   }
td.header2 {
    text-align: center;
    font-weight: normal;
    background-color: #9966ff;
    color: #330099;
   }

td.fotos {
          width: 100px;
          height: 100px;
          white-space: nowrap;
         }
div.menu {
          margin-left: 1px;
          margin-top: 20px;
          width: 162px;
          float: left;
          display: block;
          text-align: center;
         }
a.topmenu {position: relative; background-image: url("/images/mnuTop.png"); width: 162px; height: 25px; float: left; font-size: 0px;}
a.topmenu:visited {color: #000000;}

a.midmenu {position: relative; background-image: url("/images/mnuMenu.png"); width: 162px; height: 45px; float: left; color: #000000; font-size: 22px;}
a.midmenu:visited {color: #000000;}
a.midmenu:hover {color: #9966cc;}

a.botmenu {position: relative; background-image: url("/images/mnuBot.png"); width: 162px; height: 64px; float: left; color: #000000; font-size: 22px;}
a.botmenu:visited {color: #000000;}
a.botmenu:hover {color: #9966cc;}

.menupic  { float: left;
            position: absolute;
            top: 5px;
            left: 5px;
          }
.LeftSpeaker { float: left; width: 59px; height: 80px; position: absolute; bottom: 2px; left: 2px;}
.RightSpeaker { float: right; width: 59px; height: 80px; position: absolute; bottom: 2px; right: 2px;}
