body {font-family: Arial, Verdana, sans-serif;
      font-size: 9pt;
      margin: 0px;
      text-align: center;
      background-color: silver;
      background-image: url("../images/bg.jpg");
      background-repeat: repeat;}

p {margin: 15px 3px;
   line-height: 18px;}

a {font-size: 9pt;
   text-decoration: none;
   vertical-align: middle;
   color: black;}

h1 {font-size: 13pt;
    padding: 2px 0px 1px 4px;
    color: white;
    background: darkred;}

h2 {font-size: 9pt;
    padding: 2px 0px 1px 4px;
    color: white;
    background: darkred;}

ul {margin: 15px 5px 17px 27px;
    line-height: 18px;
    color: darkred;
    list-style: square;}

hr {color: darkred;
    height: 2px;
    text-align: center;
    width: 100%;}

.menulink {float: left;
           font-size: 9pt;
           text-decoration: none;
           vertical-align: middle;
           padding: 1px 2px;
           margin: 1px 0px;
           color: black;
           border: 1px solid whitesmoke;  
           border-left: 2px solid whitesmoke;
           border-right: 2px solid whitesmoke;
           background: whitesmoke;}
.menulink:hover {border: 1px solid gray;  
                 border-left: 2px solid darkred;
                 border-right: 2px solid darkred;
                 background: whitesmoke;}
.menuactive {float: left;
             font-size: 9pt;
             text-decoration: none;
             vertical-align: middle;
             padding: 1px 2px;
             margin: 1px 0px;
             color: black;
             border: 1px solid gray; 
             border-left: 2px solid darkred;
             border-right: 2px solid darkred; 
             background: white;}

.tablink {float: right;
          padding: 2px 5px 1px 5px;
          margin: 1px 3px 2px 0px;
          color: black;  
          border: 1px solid gray;
          background: whitesmoke;}
.tablink:hover {padding: 1px 5px 1px 5px;
                margin: 1px 3px 2px 0px;
                border-top: 2px solid darkred;
                background: whitesmoke;}
.tabactive {float: right;
            padding: 2px 5px 2px 5px;
            margin: 0px 3px 2px 0px;
            color: black;
            border: 1px solid gray;
            border-top: 2px solid darkred;
            background: white;}

.ilnk {font-size: 9pt;
       text-decoration: none;
       padding: 0px 2px 0px 2px;
       color: black;  
       border-bottom: 1px dotted gray;
       background: white;}
.ilnk:hover {border-bottom: 1px solid darkred;}

.itxt {font-size: 9pt;
       padding: 0px 0px 0px 2px;
       color: black;}

.pm {color: darkred}

.pcolor {background: whitesmoke;}

.table {border: 0px;
        margin: 0px 1px}

.image {border: 0px;}

.page {position: relative;
       top: 0px;
       left: 0px;
       width: 762px;
       height: 1033px;
       padding: 0px;
       text-align: left;
       border: 0px;
       background: gray;}

.header {position: absolute;
         top: 1px;
         left: 1px;
         width: 760px;
         height: 120px;
         padding: 0px;
         border: 0px;
         background: white;}

.menu {position: absolute;
       top: 122px;
       left: 1px;
       width: 166px;
       height: 871px;
       padding: 3px;
       color: black;
       border: 0px;
       background: whitesmoke;}

.menuobject{height: 21px;
            cursor: default;}

.content {position: absolute;
          top: 122px;
          left: 174px;
          width: 581px;
          height: 871px;
          padding: 3px; 
          color: black;
          border: 0px;
          background: white;}

.footer {position: absolute;
         top: 1000px;
         left: 1px;
         width: 756px;
         height: 28px;
         padding: 2px;
         color: black;
         border: 0px;
         background: whitesmoke;}