/* General Styles */

H1
{
    font-size: 30px;;
    color: #687b9c;
}

H2
{
    font-size: 24px;;
    color: #000000;
}

H3
{
    font-size: 18px;
    color: #687b9c;
}

H4
{
    font-size: 16pxl;
    color: #000000;
}

H5
{
    font-size: 13px;
    color: #687b9c;
}

H6
{
    font-size: 12px;;
    color: #687b9c;
}

p, td, li, a:link, a:visited, a:active, a:hover
{
    font-size: 13px;
}

.CopyrightCell a:link, .CopyrightCell a:visited, .CopyrightCell a:active
{
    font-size: 11px;
    color: #5d5d5d;
    font-weight: normal;
    font-decoration: underline;
}

.CopyrightCell a:hover
{
    font-size: 11px;
    color: #444444;
    font-weight: normal;
    font-decoration: none;
}

/* Skin Overrides */
.HeadLilac
{
   font-size: 15px;
}

.MainTable
{
    background: #524f6e;
}



