/* Generic */

.smallblack
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

.smallblackbold
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.basicblack
{
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
}

.basicblackbold
{
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

.largeblack
{
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
}

.largeblackbold
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.smallwhite
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
}

.smallwhitebold
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

.basicwhite
{
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
}

.basicwhitebold
{
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
}

.largewhite
{
        font-family: Arial;
        font-size: 16px;
        font-weight: normal;
        color: #ffffff;
}

A.basichref
{
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

A.basichref:hover
{
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #999999;
}

A.basichrefbold
{
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

A.basichrefbold:hover
{
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #999999;
}

A.smallhref
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

A.smallhref:hover
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #999999;
}

A.smallhrefbold
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

A.smallhrefbold:hover
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #999999;
}

A.smallhrefwhite
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
}

A.smallhrefwhite:hover
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #999999;
}


