﻿body
{
    text-align: center;
    vertical-align: top;
    font-family: Tahoma, Arial;
    font-size: 8pt;
    height: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
}

.HeaderDiv
{
    font-family: Tahoma, Arial;
    font-size: 12pt;
    font-style: italic;
    color: #07385f;
    text-align: center;
}

.Error
{
    font-family: Tahoma, Arial;
    font-size: 9pt;
    font-style: italic;
    color: #FF0000;
    font-weight: bold;
}

div.left
{
    float: left;
    margin: 0;
    padding: 1em;
}

div.right
{
    float: right;
    margin: 0;
    padding: 1em;
}

.ThirtyPct
{
    width: 30%;
}

.FortyPct
{
    width: 40%;
}

.FiftyPct
{
    width: 50%;
}

.SixtyPct
{
    width: 60%;
}

.SeventyPct
{
    width: 70%;
}

.EightyPct
{
    width: 80%;
}

.NinetyPct
{
    width: 90%;
}

.StdButton
{
    width: 75px;
}

/*
tables
*/
td 
{
    vertical-align:top;
}
