body {
    background-color : #ffffff;
    font-family : sans-serif;
      }


h2 {
    text-align : center;
    }
a  {
    text-decoration : none;
    }



td.menu {
    background-color : #aac7dc;
    border-bottom-style : inherit;
    border-left-style : inherit;
    border-right-style : inherit;
    border-top-style : inherit;
    font-family : sans-serif;
    font-size : 14px;
    padding-bottom : 4px;
    padding-left : 4px;
    padding-right : 4px;
    padding-top : 4px;
    text-align : center;
    vertical-align : top;
    width : 125px;
        }

td.logo {
    background-color : #99b6cb;
    border-bottom-style : inherit;
    border-left-style : inherit;
    border-right-style : inherit;
    border-top-style : inherit;
    font-family : sans-serif;
    font-size : 14px;
    padding-bottom : 4px;
    padding-left : 40px;
    padding-right : 4px;
    padding-top : 4px;
    text-align : left;
    vertical-align : center;
    width : 125px;
        }


td.main {
    background-color : #caddea;
    font-family : sans-serif;
    font-size : 14px;
   padding-left : 12px;
    padding-right : 12px;
    vertical-align : top;
  }


td.right {
    background-color : #caddea;
    background-image : url(/images/bg_right.png);
    font-family : sans-serif;
    font-size : 11px;
    width : 125px;
    padding-left : 12px;
    padding-right : 12px;
  }


td.left {
    background-color : #caddea;
    background-image : url(/images/bg_left.png);
    font-family : sans-serif;
    font-size : 11px;
    width : 125px;
    padding-left : 12px;
    padding-right : 12px;
  }




div.pre {
    font-size : 12px;
    font-style : italic;
    margin-bottom : 24px;
    margin-left : 24px;
    margin-right : 24px;
    margin-top : 24px;
    padding-bottom : 12px;
    padding-left : 12px;
    padding-right : 12px;
    padding-top : 12px;
    text-align : justify;
  }


div.info {
    font-size : 10px;
    background-color : #92b6d3;
    margin-bottom : 12px;
    margin-left : 12px;
    margin-right : 12px;
    margin-top : 12px;
    text-align : center;
    vertical-align : bottom;
  }


p.text {
    text-align : justify;
  }


p.img {
    text-align : center;
    font-size : 10px;
  }


pre {
    background-color : #effff7;
    font-family : monospace;
    font-size : 11px;
    margin-bottom : 3px;
    margin-left : 3px;
    margin-right : 3px;
    margin-top : 3px;
  }


a.left {
    text-decoration : none;
    padding-left : 12px;
  }


