﻿/* MASTER */

body 
{
    background-image: url('Images/Master/BG.jpg');
    background-position: top;
    background-repeat: repeat;
    font-family: Arial;
    font-size: 10pt;
    margin: 0 auto;
    width: 980px;
    margin-top:10px;
    margin-bottom:10px;
}

.MainButtons
{
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.MainButtons:hover
{
    font-family:Arial;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}

.MainLinks
{
    font-family: Arial;
    font-size: 8pt;
    text-decoration: none;
    color: #000000;
}

.MainLinks:hover
{
    font-family: Arial;
    font-size: 8pt;
    text-decoration: underline;
    color: #0000FF;
}

hr
{
    color: #CCCCCC;
    width: 960px;
}

/* DEFAULT */

.HomeText
{
    font-size: 12pt;
}

.SubHeading
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    /*background-image: url('Images/Default/ButtonBGT.jpg');
    background-position: top;
    background-repeat: repeat;*/
    background-color:#bbd3a6;
}

/* ABOUT */

.AboutHeader
{
    font-weight: bold;
}

/* CONTACT */

.ContactHeader
{
    font-weight: bold;
}

.ContactHeader2
{
    font-style: italic;
    font-weight: bold;
}

/* AWARDS */

.AwardsHeader
{
    font-weight: bold;
}

.AwardsYear
{
    font-style: italic;
    font-weight: bold;
    color: #999999;
}

.AwardsName
{
    font-style: italic;
    font-weight: bold;
}

.AwardsGold
{
    font-weight: bold;
    color: #CC9900;
}

.AwardsSilver
{
    font-weight: bold;
    color: #C0C0C0;
}

.OrderHeadings
{
    font-style: italic;
    font-weight: bold;
    color: #999999;
}

.OrderHeadings2
{
    font-size: 11px;
    font-style: italic;
    color: #999999;
}

.OrderSold
{
    color: Red;
    font-weight: bold;
}
