html, body {
    height : 100%;
    width : 100%;
    margin: 0px;
    background-color: #192E1A;
  }

table.screen{
    height : 753px;
    width : 95%;
    border-style : none;
    padding : 0px;
    border-spacing : 0px;
    border : 0px;
    height : 753px;
    margin-top : 30px;
    margin-bottom : 30px;
    padding : 0px;
    border-spacing : 0px;
    vertical-align : center;
    margin-left: auto;
    margin-right: auto;
    text-align : right;
  }

.flash {
    border-style : none;
    padding : 0px;
    border-spacing : 0px;
    border : 0px;
    height : 100%;
    width : 220px;
    vertical-align : top;
    margin: 0px;
  }

.pagehead {
    border-style : none;
    padding : 0px;
    border-spacing : 0px;
    border : 0px;
    height : 42px;
    width : 100%;
    text-align : center;
    background-color : #d8bf8d;
  }

.pagemenu {
    border-style : none;
    height : 29px;
    width : 100%;
    background-color : #EDDAB2;
    vertical-align : center;
 }

.menu {
    font-family: Verdana, Helvetica, Times, Time New Roman;
    text-align : left;
    color : #6C4E2C;
    text-decoration : none;
    font-size : 10px;
    font-weight : bold;
    text-transform : uppercase;
    vertical-align : middle;
    letter-spacing : 2px;
    line-height : 10px;
  }

.selected {
    padding-left : 10px;
    background-color : #FAEBCC;
    text-align : left;
}

.deselected {
    padding-left : 10px;
    background-color : #EDDAB2;
    text-align : left;
}

.pagebody {
    width : 100%;
    height : 620px;
    background-color : #FAEBCC;
    border-style : none;
    padding : 0px;
    border-spacing : 0px;
    border : 0px;
    vertical-align : center;
    margin-left : 0px;
    margin-right : 0px;
  }

.pagefoot {
    border-style : none;
    height : 59px;
    width : 100%;
    background-color : #EDDAB2;
}

.foot_txt {
    font-family:  Verdana, Helvetica, Times, Time New Roman;
    text-align : center;
    color : #6C4E2C;
    text-decoration : none;
    font-size : 12px;
    font-weight : bold;
    vertical-align : middle;
    letter-spacing : 2px;
    line-height : 16px;
  }

#body_iframe {
    width : 100%;
    height : 100%;
    background-color : #FAEBCC;
  }
