html, body
{
    background-image: url('pageBackground.gif');
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: top left;
    background-color: #221111;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 8pt;
    font-weight: normal;
    margin: 0px;
    padding: 0xp;
}

.header
{
    text-align: right;
    background-image: url('head.png');
    width: 1024px;
    height: 171px;
    vertical-align: bottom;
    padding-top: 89px;
    max-height: 82px;
}

#lijst
{
    background: #000000;
    color: #FFFFFF;
    border: 0px none #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}
.footer
{
    background-image: url('foot.png');
    width: 1024px;
    height: 86px;
}

form
{
    margin: 0px;
    padding: 0px;
    display: inline;
}

.holder
{
    margin-top: 20px;
    background-image: url('background.jpg');
    width: 1024px;
    text-align: left;
    height: 1014px;
    -moz-box-shadow: 8px 8px 10px #000;
    -webkit-box-shadow: 8px 8px 10px #000;
    box-shadow: 8px 8px 10px #000;
}

.holder div
{
    float: left;
    overflow: hidden;
}

.divRow
{
    clear: none;
    overflow: auto;
    width: 100%;
}

.miniHeader
{
    width: 50px;
    text-align: center;
    font-weight: bold;
    color: #0c2f81;
}

.miniHeaderAlt
{
    color: #0c2f81;
    font-weight: bold;
}

.dw
{
    width: 50px;
    height: 50px;
    background-color: transparent;
    line-height: 50px;
    text-align: center;
}

.dwText
{
    color: #ffffff;
    font-family: Arial Black, Arial, Sans-Serif;
    font-size: 18pt;
    height: 1em;
    text-shadow: #0c2f81 -2px -2px 0px;
    filter: Shadow(Color=#0c2f81, Direction=333, Strength=2);
}

.vw
{
    background-image: url('smallHolder.gif');
    width: 50px;
    height: 50px;
    font-family: Arial Black, Arial, Sans-Serif;
    font-size: 18pt;
    line-height: 50px;
    text-align: center;
}

.aw
{
    background-image: url('smallHolder.gif');
    width: 50px;
    height: 50px;
    font-family: Arial Black, Arial, Sans-Serif;
    font-size: 18pt;
    line-height: 50px;
    text-align: center;
}

.ti
{
    background-image: url('bigHolder.gif');
    width: 290px;
    height: 50px;
    max-height: 38px;
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
    padding-top: 12px;
    padding-bottom: -12px;
    padding-left: 10px;
    text-align: left;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

.tiNote
{
    font-size: 8pt;
    font-weight: normal;
}

.hn
{
    padding-right: 10px;
    background-image: url('tinyHolder.gif');
    width: 50px;
    height: 50px;
    text-align: right;
    margin: auto;
    vertical-align: middle;
    max-width: 40px;
}

.hnFill
{
    display: inline-block;
    height: 35px;
    width: 1px;
}

