html{
    height: 100%;
    overflow: hidden;
}

body {
    height: 100%;
    width: 100%;
    margin: 0px auto;
    color: black;
    background: #FFFFF0;
}

body.BG {
}

.top {
    color: white;
    background: #483D8B;
}

.link {
    color: #483D8B;
    font-family: "‚l‚r ‚oƒSƒVƒbƒN"; 
    font-size: small;
    font-weight:bold;
}

.link a:link {
    color: #483D8B;
}

.link a:visited {
    color: #483D8B;
}

.title {
    font-family: "‚l‚r ‚oƒSƒVƒbƒN"; 
    font-size: medium;
    font-weight: bold;
}

.doc {
    font-family: "‚l‚r ‚oƒSƒVƒbƒN"; 
    font-size: medium;
}

.submenu {
    font-family: "‚l‚r ‚oƒSƒVƒbƒN"; 
    font-size: small;
}

.submenu a:link {
    color: black;
}

.submenu a:visited {
    color: black;
}

.submenu .BG {
    color: #009900;
    background: #009900;
}

.submenu .BG a:link {
    color:white;
}

.submenu .BG a:visited {
    color:yellow;
}

.bottom {
    font-family: "‚l‚r ‚oƒSƒVƒbƒN"; 
    font-size: small;
}

.copyright {
    color: white;
    background: #483D8B;
    font-family: "‚l‚r ‚oƒSƒVƒbƒN"; 
    font-size: small;
}

.copyright a:link {
    color: white;
}

.copyright a:visited {
    color: white;
}


@media screen{ 
#top {
    position: absolute;
    width: 100%;
    height: 80px;
    margin: 0px;
    border: 0px;
    padding: 0px;
}

#submenu {
    position: absolute;
    left: 0px;
    top: 80px;
    bottom: 0px;
    width: 150px;
    overflow: auto;
}

#main {
    position: absolute;
    left: 0px;
    top: 80px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
}

#bottom {
    position: absolute;
    width: 100%;
    height: 120px;
    margin: 0px;
    border: 0px;
    padding: 0px;
}

#copyright {
    position: absolute;
    width: 100%;
    height: 30px;
    margin: 0px;
    border: 0px;
    padding: 0px;
}

.printonly {
    display: none;
}
}

@media print{ 
#top {
    display: none;
}

#submenu {
    display: none;
}

#main {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
}

#bottom {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
}

#copyright {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
}

.link {
    display: none;
}

.xreaad {
    display: none;
}
}


