﻿#divContent
{
    width: 980px;
}

.aIndex
{
    font-size: 20pt;
    font-weight: bold;
    color: Gray;
}

table
{
    width: 980px;
    font-size: 10pt;
}

table tr td
{
    width: 25%;
    border-bottom: solid 2px Gray;
}

.tdHeader
{
    background-color: Gray;
    color: White;
    font-size: 12pt;
    font-weight: bold;
}

.imgLogo
{
    width: 100px;
}