
body {
    font-size: 100%;
    color: #18120B;
    background: #18120B;
    font-family:Arial, sans-serif;
    margin: 0px;
    padding: 0px;
SCROLLBAR-FACE-COLOR: #C56729; SCROLLBAR-HIGHLIGHT-COLOR: #18120B; SCROLLBAR-SHADOW-COLOR: #18120B; SCROLLBAR-3DLIGHT-COLOR: #333333; SCROLLBAR-ARROW-COLOR: #18120B; SCROLLBAR-TRACK-COLOR: #18120B; SCROLLBAR-DARKSHADOW-COLOR: #333300
}

table {
    border-width: 0;
    margin: auto;
}

.title {
    color: #C56729;
    background-color: inherit;
    font-size: 150%;
    font-weight: bold;
}

.caption {    
    text-align: left;
    margin: auto;
}

.ctrllinks {
    font-size: 80%;
}

.footer {
    font-size: 80%;
    color: #F1F7E8;
    background-color: inherit;
    text-align: right;
    margin-top: .5em;
}

img.small {
    border: 1px #F1F7E8;
    margin: 2px;
    padding: 0px;
    display: block;
}

img.medium {
    border: 2px #F1F7E8;
    margin-top: 10px;
    margin-bottom: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#mediumpaper {
    color: inherit;
    background: #18120B;
    border-style: solid;
    border-color: #C56729;
    border-left-width: 15px;
    border-right-width: 15px;
    border-top-width: 8px;
    border-bottom-width: 14px;
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto;
}

#smallpaper {
    color: inherit;
    background: #18120B;
    text-align: center;
    font-size: 80%;
    padding: 0px;
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto;
}

a {
    color: #F1F7E8;
    background-color: inherit;
    text-decoration: underline;
}

a.control {
    color: #F1F7E8;
    background-color: inherit;
}

a:hover {
    color: #C56729;
    background-color: inherit;
}

#mainlayer {
    visibility: visible;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: inherit;
    background: inherit;
}

#lightboxlayer {
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: inherit;
    background: #18120B;
    z-index: 3;
    overflow: auto;
}

#lightboxcontainer {
    margin-top: 20px;
    margin-left:10px;
    margin-right:10px;
}

#smalliframe {
    position: absolute;
    visibility: hidden;
    z-index: 2;
}

#mediumiframe {
    position: absolute;
    visibility: hidden;
    z-index: 1;
}

