@charset "utf-8";
/* CSS Document */

body
{
    background-color: #99CCFF;
}

.PageTable
{
    width: 100%;
    border-bottom:0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}

.RightBodyTable
{
    width: 600px;
    border-bottom:0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}

.BodyTable
{
    background-color: #FFFFFF;
    width: 800px;
    border-bottom:0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}

a
{
    font-family: arial, Helvetica, sans-serif;
    color: #0033CC;
}

.TitleText
{
    font-size: x-large;
    font-weight: bold;
    color: #FF0000;
    text-align: center;
}

.BodyText
{
    font-family: Arial;
}

.FooterText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
