<!-- Samson, Pipis & Marsh - CSS 	-->

.bodymedium
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Tahoma;
    FONT-SIZE: 14px;
    font-weight: bold;
}

.bodysmall
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Tahoma;
    FONT-SIZE: 12px;
}

.headersmaller
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Tahoma;
    FONT-SIZE: 14px;
    font-weight: bold
}

.bodysmallblue
{
    COLOR: #416C8E;
    FONT-FAMILY: Arial, Tahoma;
    FONT-SIZE: 12px;
}

.bodysmallbold
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Tahoma;
    FONT-SIZE: 12px;
    font-weight: bold;
}

<!-- Removes underline from links	-->
a {
text-decoration: none;
}
