*
{
    font-family:Verdana, Helvetica, Garmond;
    font-size:13px;
}

BODY
{
    font:inherit;
    background-color: #063780;
}

FORM
{
    width:550px;
}

FORM TD
{
    vertical-align:top;
}

H1
{
    color:#555555;
    font-size:31px;
}

INPUT[type="text"]
{
    border:1px solid #999;
    border-radius:5px;
    width:500px;
}

INPUT[type="submit"]
{
    border:1px outset #999;
    border-radius:5px;
    padding:3px 5px;;
    width:100px;
}

TEXTAREA
{
    border:1px solid #999;
    border-radius:5px;
    height:500px;
    width:500px;
}

#Page
{
    background-color: #FFF;
    border-radius:5px;
    width:1000px;
}

#PageTop
{
    border-bottom:2px dotted #063780;
    text-align:center;
}

#Navigation
{
    padding: 10px 0px 10px 0px;
}

#Navigation A
{
    background-color:#BBB;
    border-radius:5px;
    color:#222;
    margin: 5px 0px;
    padding: 5px 10px;
    text-decoration:none;
}

#PageMiddle
{
    padding:20px;
}

#Agents TR TD
{
    vertical-align:top;
}

.agent-name
{
    color:#666;
    border-bottom:1px solid #777;
    font-size:22px;
}

#PageBottom
{
    border-top:2px dotted #063780;
}

#PageBottom DIV
{
    text-align:center;
}

#PageBottom TABLE
{
    width:100%;
}

#PageBottom TABLE TD
{
    color:#222;
    font-size:9px;
}

.page-bottom-left
{
    text-align:left;
}

.page-bottom-center
{
    text-align:center;
}

.page-bottom-right
{
    text-align:right;
}