﻿
  .toolbar
{
    font-size: 13px;
    font-family: Tahoma;    
    color: black;
}


.StrathmoorHeader
{
    font-weight: normal;
    color: white;
    font-family: 'Academy Engraved LET';
    text-decoration: none;
    font-size: 36pt;
}

.BlackStrathmoorHeader
{
    font-weight: normal;
    color: black;
    font-family: 'Academy Engraved LET';
    text-decoration: none;
    font-size: 36pt;
}


.BlackStrathmoor
{
    font-weight: normal;
    color: black;
    font-family: 'Academy Engraved LET';
    text-decoration: none;
    font-size: 19pt;
}

.HeaderLinks
{
    font-size: 19pt;
    color: white;
    font-family: 'Academy Engraved LET';
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    font-variant: normal;    
}

.BlackHeaderLinks
{
    font-size: 12pt;
    color: black;
    font-family: Tahoma;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    font-variant: normal;
}


.LargeTextYellow
{
    font-weight: normal;
    font-size: 19pt;
    color: #ffff00;
    font-family: 'Academy Engraved LET';
}

.FooterLinks
{
    font-size: x-small;
    color: white;
    font-family: Tahoma;
}

.BlackFooterLinks
{
    font-size: x-small;
    color: black;
    font-family: Tahoma;
}

.SmallText
{
    font-size: small;
    color: white;
    font-family: Tahoma;
}

.SmallTextBold
{
    font-size: small;
    color: white;
    font-family: Tahoma;
    font-weight: bold;
}


.BlackSmallText
{
    font-size: small;
    color: black;
    font-family: Tahoma;
}

.BlueSmallText
{
    font-size: small;
    color: #006699;
    font-family: Tahoma;
}

.BlueSmallTextBold
{
    font-size: small;
    color: #006699;
    font-family: Tahoma;
    font-weight:bold;
}

.SmallTextYellow
{
    font-size: small;
    color: #ffd700;
    font-family: Tahoma;
}



.xxSmallText
{
    font-size: xx-small;
    color: white;
    font-family: Tahoma;
}