﻿body
{
    margin-top: 0px;
    background-color: #009AA4;
    
}
a
{
    color:White;
    text-decoration:none;
    font-weight:bold;
    font-size:12px;
}
a:hover
{
    color:#F07D00;
    text-decoration:none;
    font-weight:bold;
    font-size:12px;
}
.Links
{
    font-family: Arial;
    color:White;
    text-decoration:none;
    font-weight:bold;
    font-size:12px;
    text-align:center;
}
.scrollingContent
{
    width: 480px;
    height: 500px;
    margin-top: 5px;
    overflow: auto;   
    
}

.storeLocation
{
    width: 136px;
    font-size: 9px;
}
.storeStreet
{
    width: 170px;
    font-size: 9px;
}
.storeSuburb
{
    width: 64px;
    font-size: 9px;
}
.storeState
{
    width: 36px;
    font-size: 9px;
}
.Text
{
   color: #ffffff;
   font-family: Arial;
   font-size: 12px;
   text-align: left;
}
.Header
{
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Arial';
    text-align: left;
}

.questionAbout
{
    font-size: 12px;
    font-weight: bold;
    font-family: 'Arial Rounded MT Bold';
    text-align: left;
    color: #147EB1;
}

.answerAbout
{
    font-size: 11px;
    font-family: 'Arial';
    text-align: left;
}

.aboutBold
{
    font-size: 11px;
    font-family: 'Arial';
    text-align: left;
    font-weight: bold;
}

.entryHeading
{
    font-family: Arial;
    color: #FED325;
    font-size: 12px;
    text-align:justify;
}

.errorInputMessage
{
    font-family: 'Arial Rounded MT Bold';
    font-size: 1.2em;
    color: #990033;
}

.validationTextboxHighlight
{
    border: 2px solid #EE7F23;
    background-color: #FFCC99;
}
.validationLabelHighlight
{
    color: #EE7F23;
    font-weight: bold;
}
.highlightActiveField
{
    border: 1px solid #FF9933;
    background-color: #CCCCCC;
}

.highlightInActiveField
{
    border: 1px solid #808080;
    background-color: #ffffff;
}
.privacyHeading
{
    font-family: Arial;
    color: #99CC00;
    font-weight: bold;
}

.response
{
    font-family: 'Arial Rounded MT Bold';
    color: #F29400;
    font-size: large;
}

.entryTitle
{
    font-family: Rockwell;
    color: #FFFFFF;
    font-weight: bold;
    font-size: large;
}

.entryBelow
{
    font-family: Arial;
    color: #FED325;
    font-size: 10px;
    text-align:justify;
}
.BGLanding
{
background-image:url("images/landingBG.jpg");
background-position:center top;
background-repeat:no-repeat;

}
.tblLanding
{
height:570px;
}
.BG
{
background-image:url("images/BG.jpg");
background-position:center top;
background-repeat:no-repeat;
width:980px;
height:570px;
}
.BGEx
{
background-image:url("images/BG.jpg");
background-position:center top;
background-repeat:no-repeat;
}