body {
    background: #b2a1b6;
    margin: 0;
    font: 11px verdana, sans-serif;
}

img {
    vertical-align: bottom;
}

a {
    color: #FFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#top {
    padding: 10px;
    background: #5f0772;
    border-bottom: 1px solid #3A4A59;
    color: #FFF;
}

#viewer {
    width: 100%;
    padding-top: 40px;
}

#viewer td {
    width: 400px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    color: #FFF;
}

#viewer table {
    margin: 0 auto;
}

#top table {
    width: 100%;
}

#top td {
    vertical-align: bottom;
}

#top td.nav {
    text-align: right;
    font-weight: bold;
}

#top td.page {
    padding-left: 20px;
}

div.close {
    width: 100%;
    text-align: right;
    font-size: 9px;
    letter-spacing: 1px;
}

div.close a {
    color: #A0BBD0;
}

.clear {
    clear: both;
}

