﻿body 
{
    background-color: #000000;
    text-align: center;
    margin: 0 auto;
    width: 980px;
    
    font-family: Verdana;
    font-size: 10pt;
}

/* MASTER PAGE */

.MasterTable
{
    background-image: url('Images/Master/BG.jpg');
    background-position: top;
    background-repeat: repeat-y;
}

.MasterLinks
{
    font-family: Helvetica;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    font-weight:bold;
}

.MasterLinks:hover
{
    font-family: Helvetica;
    font-size: 14px;
    color: #333333;
    font-weight:bold;
}

.BannerTable
{
    background-image: url('Images/Master/Banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
}

.PortfolioLink
{
    font-family: Arial Rounded MT Bold;
    font-size: 9pt;
    color: #333333;
    text-decoration: none;
}

.PortfolioLink:hover
{
    font-family: Arial Rounded MT Bold;
    font-size: 9pt;
    color: #999999;
    text-decoration: underline;
}

/* CONTACT US */
.EnquirySections
{
    font-family: Arial Rounded MT Bold;
    font-size: 10pt;
    color: #000000;
}

.ContactHeading
{
    font-family: Arial Rounded MT Bold;
    font-size: 12pt;
    color: #000000;
}

.ContactName
{
    font-weight: bold;
    font-size: 11pt;
}

.ContactDescription
{
    font-weight: bold;
    font-size: 10pt;
    color: #666666;
}

.ContactLink
{
    font-size: 10pt;
    color: #000000;
    text-decoration: none;
}

.ContactLink:hover
{
    font-size: 10pt;
    color: #999999;
    text-decoration: underline;
}
