﻿BODY, TD, DIV
{
    font-family: Verdana, Sans-Serif;
    font-size: 8pt;
}

A
{
    color: Navy;
    text-decoration: underline;
}

A:hover
{
    color: Blue;
    text-decoration: underline;
}

A:active
{
    color: Blue;
    text-decoration: underline;
}

H1
{
    font-family: Verdana, Sans-Serif;
    font-weight: Bold;
    font-size: medium;
}

H2
{
    font-family: Verdana, Sans-Serif;
    font-weight: Bold;
    font-size: small;
}

H3
{
    font-family: Verdana, Sans-Serif;
    font-weight: Bold;
    font-size: x-small;
}

label
{
    font-size: 8pt;
}

.image-wrapper
{
    background-color: Black;
    position: relative;
    width: 100%;
}
.image-wrapper p
{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    background: url(/images/black.png);
    color: White;
    font-size: 12pt;
}

.WebSiteTitle
{
    font-size: 18pt;
    color: Black;
}

.BulletinBoard
{
    font-weight: bold;
    color: Navy;
    font-family: Verdana;
}
.BulletinBoard_Description
{
    font-size: 12pt;
    font-weight: bold;
    color: Navy;
}
.NavTree
{
    font-family: Verdana, Sans-Serif;
    font-size: 8pt;
}
.NavTreeRoot
{
    font-weight: bold;
}
.twelvePoint
{
    font-size: 12pt;
}
.albumTitle
{
    font-size: 10pt;
    font-weight: bold;
}

