﻿.myHeader
{
    background-color:#999999;
    color:White;
}

.myHeader span
{
    font-family:Arial;
    font-weight:bold;
    font-size:10pt;
}

.myHeader a
{
    color:white;
    text-decoration:none;
    font-family:Arial;
    font-weight:bold;
    font-size:10pt;
}

.myAlternatingRow
{
    background-color:#F7F6F3;
    color:Black;
    font-family:Arial;
    font-size:9pt;
}

.myAlternatingRow span
{
    font-family:Arial;
    font-size:9pt;
}

.myRow
{
    background-color:White;
    color:Black;
    font-family:Arial;
    font-size:9pt;
}

.myRow span
{
    font-family:Arial;
    font-size:9pt;
}


