body
{
    font-family: verdana;
    font-size: x-small;
    color: black;
}


a.pageLink:link, a.pageLink:visited
{
    color: gray;
    font-family: verdana;
    font-size: x-small;
    text-decoration: none;
}

a.pageLink:hover
{
    color: black;
    font-family: verdana;
    font-size: x-small;
    text-decoration: underline;
}

a.navLink:link, a.navLink:visited
{
    color: navy;
    font-family: verdana;
    font-size: x-small;
    text-decoration: none;
}
a.navLink:hover
{
    color: gray;
    font-family: verdana;
    font-size: x-small;
}


h1.MainTitle
{
    color: white;
    font-family: verdana;
    font-size: large;
}
h1.MainTitle a
{
    text-decoration: none;
    color: white;
    font-family: verdana;
    font-size: large;
}
td.MainTitleFiller
{
    background-color: #000066;
}
td.CellTitle
{
    font-family: verdana;
    font-size: small;
    font-weight: bold;
    color: white;
    background-color: #000066;
}
td.CellHeadings
{
    font-family: verdana;
    font-size: x-small;
    font-weight: bold;
    color: black;
    background-color: #A8A8A8;
}
td
{
    font-size: x-small;
}

