

body {
    /* background-color : #fffbe5;
    */ background-color : #68a4d1;
    font-family : serif;
    margin-bottom : 5px;
  }


.title {
    background-color : #68a4d1;
    font-family : serif;
    font-size : large;
    text-align : center;
    margin-bottom : 10px;
  }


.bodytable {
    font-size : small;
  }


.col1 {
    background-color : #a8defb;
    vertical-align : top;
    -moz-border-radius-topleft : 9px;
    -moz-border-radius-bottomleft : 9px;
    width : 20%;
  }


.col2 {
    background-color : #fffbe5;
    padding-left : 15px;
    padding-top : 10px;
    text-align : left;
    padding-bottom : 15px;
    padding-right : 10px;
    -moz-border-radius-bottomright : 9px;
    -moz-border-radius-topright : 9px;
  }


.menu {
    border-bottom-style : dashed;
    border-bottom-width : 1px;
    font-family : Arial, Tahoma;
    font-size : small;
    padding-bottom : 5px;
    padding-left : 15px;
    padding-top : 5px;
    text-align : left;
  }


.subt {
    background-color : #ffffff;
    padding-bottom : 7px;
    padding-left : 5px;
    padding-right : 10px;
    text-align : right;
    -moz-border-radius : 9px;
    font-family : Arial, Tahoma;
  }


.bottom {
    font-size : xx-small;
    margin-top : 5px;
    text-align : center;
  }


#subt {
    padding-right : 15px;
  }


a {
    text-decoration : none;
  }


a:hover {
    text-decoration : underline;
  }


h5 {
    padding-top : 10px;
    margin-bottom : 5px;
  }


.tar {
    margin-top : 10px;
    margin-bottom : 10px;
  }


td.tar {
    text-align : center;
  }


#top {
    font-size : x-small;
  }

