﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
}

DIV.buttons
{
    text-align: center
}

TH
{
    text-align: center;
    vertical-align: middle;
}

TABLE.form
{
}

TABLE.form TD.title
{
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

TABLE.form TD.label
{
    font-size: 8pt;
    text-align: right;
    font-weight: bold;
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
}

TABLE.form TD.buttons
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-align: right;
    vertical-align: top;
}

TABLE.form INPUT
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

TABLE.form SELECT
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

TABLE.form TEXTAREA
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

a
{
    text-decoration: underline;

}

TABLE.data
{
}

TABLE.data TH
{
    border: 1px solid silver;
    font: bold;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}

TABLE.data TD
{
    border: 1px solid #C0C0C0;
    vertical-align: top;
}

TABLE.data TD.left
{
    border-top-style: inherit;
    border-right-style: none;
    border-bottom-style: inherit;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: silver;
}

TABLE.data TD.right
{
    border-width: 1px;
    border-color: #C0C0C0;
    border-top-style: inherit;
    border-right-style: solid;
    border-bottom-style: inherit;
    border-left-style: none;
}

h1
{
    text-align: center;
}
