
body {
    margin: 0px 0px 0px 0px;
    font-family: sans-serif;
    background-color: rgb(161,161,161);
}

table.titleTable {
    width: 100%;
    background-color: rgb(80,80,80);
    border-bottom: 5px solid rgb(0,0,0);
    border-spacing: 0px 0px;
}

table.mainTable {
    height: 80%;
    width: 100%;
    border-spacing: 0px 0px;
}

table.contentTable {
    height: 100%;
    width: 100%;
    border-spacing: 6px 6px;
}

img.titleImage {
    height: 64px;
    width: 420px;
}

img.buttonTop {
    border-top: 3px solid rgb(0,0,0);
    border-left: 0px;
    border-right: 3px solid rgb(0,0,0);
    border-bottom: 0px;
}

img.buttonMid {
    border-top: 0px;
    border-left: 0px;
    border-right: 3px solid rgb(0,0,0);
    border-bottom: 0px;
}

img.buttonBot {
    border-top: 0px;
    border-left: 0px;
    border-right: 3px solid rgb(0,0,0);
    border-bottom: 3px solid rgb(0,0,0);
}

td.topCell {
    height: 10px;
}

td.leftCell {
    width: 128px;
    height: 128px;
    /* border-top: 3px solid rgb(0,0,0);
    border-bottom: 3px solid rgb(0,0,0);
    border-right: 3px solid rgb(0,0,0);
    background-color: rgb(80,80,80); */
    vertical-align: top;
}

td.middleCell {
    width: 6px;
    height: 128px;
}

td.rightCell {
    /* width: 100%; */
    height: 100%;
    background-color: rgb(255,255,255);
    border-top: 3px solid rgb(0,0,0);
    border-bottom: 3px solid rgb(0,0,0);
    border-left: 3px solid rgb(0,0,0);
    vertical-align: top;
}

td.emptyCell {
    height: 100%;
}

td.contentCell {
    vertical-align: top;
}

p.heading {
    font-size: 14pt;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
}

p.subheading {
    font-size: 12pt;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
}

p.text {
    font-size: 10pt;
}

p.italic {
    font-size: 9pt;
    font-style: italic;
    margin: 0px 0px 0px 0px;
}

ul
{
    list-style-image: url(images/bullet.png);
}

li {
    font-size: 10pt;
}

hr {
    color: rgb(80,80,80);
    background-color: rgb(80,80,80);
    border: 0px;
    height: 3px;
}

hr.small {
    color: rgb(161,161,161);
    background-color: rgb(161,161,161);
    border: 0px;
    height: 2px;
    width: 75%;
}

code {
    background-color: rgb(240,240,240);
    border: 1px solid rgb(161,161,161);
    padding: 8px 8px 8px 8px;
}
