body
{
    width: 900px;
    margin: 10px auto 10px auto;
    font-family: Tahoma;
    font-size: 12px;
    background-color: #ffffff;
    color: #333333;
}

img
{
    border: none;
}

a, a:link, a:active, a:visited
{
    text-decoration: underline;
    color: Orange;
}

a:hover
{
    color: Gray;
}

a.start, a.start:link, a.start:active, a.start:visited
{
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
    color: Orange;
}

a.start:hover
{
    color: Gray;
}

a.foot, a.foot:link, a.foot:active, a.foot:visited
{
    font-size: 10px;
    text-decoration: none;
    color: #ffffff;
}

a.foot:hover
{
    text-decoration: underline;
}

.divLogo
{
    width: 880px;
    height: 82px;
    background-color: #ebebeb;
    padding: 10px 10px 10px 10px;
}

.divTitle
{
    width: 890px;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0px 0px 10px;
}

.divPageTitle
{
    width: 890px;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px 0px 10px;
}

.divContent
{
    width: 890px;
    padding: 10px 0px 10px 10px;
}

.divFooter
{
    width: 890px;
    background-color: #ebebeb;
    vertical-align: middle;
    color: #333333;
    font-size: 10px;
    padding: 5px 0px 5px 10px;
}
