HTML, BODY{
    margin:0px;
    padding:0px;
    height:100%;
    font-size: 12pt;
    color: black;
    font-style: normal;
    background-color: #ffffff;
    text-align: justify;
}

DIV.Toppage {
    height:154px;
    width: 100%;
    text-align:center;
    margin-bottom:22px;
}
DIV.ToppageBanner {
    width:100%;
    height:34px;
    background-image:url(ETP_HM.gif);
}
DIV.ToppageLeftPict {
    position:absolute;
    right:15px;
    top:54px;
    width:110px; 
    height:83px; 
    background-image:url(ETP_HG.jpg);
}
DIV.ToppageRightPict {
    position:absolute;
    left:15px;
    top:54px;
    width:110px; 
    height:83px; 
    background-image:url(ETP_HD.jpg);
}
DIV.ToppageTitlePict {
    position:relative;
    top:10px;
    margin-left: auto;
    margin-right: auto;
    width:300px; 
    height:100px; 
    background-image:url(ETP_BM.jpg);
}

DIV.Session {
    position:absolute;
    right:3px;
    top:3px;
    background-color:#DDEEFF;
    text-transform:capitalize;
    border-style:groove;
    border-width:medium;
    border-color:blue;
    font-size:small;
    font-weight:bold;
}

DIV.NoSession {
    position:absolute;
    right:3px;
    top:3px;

}
DIV.NoSession img{
    border-width:0px;
}

DIV.Footpage {
    text-align:center;
    border:0px;
    border-top-width:1px;
    border-color:#000000;
    border-style:solid;
    margin-top:25px;
    padding-top:10px;
}
DIV.FootpageSign {
    font-size: 12px;
    font-family: verdana,arial,helvetica;
}
DIV.FootpageSign A[href]{
    font-weight: bolder;
    font-size: 14px;
}
A.FootpageKazoe{
    display:block;
    text-align:center;
}
A.FootpageKazoe IMG{
    border:0px;
    width:60px;
}
