﻿body 
{
    font-family: Tahoma;
    font-size:10pt;
}
h2
{
    font-family:Tahoma;
    font-size:x-large;
    font-weight:bold
}

.MediumHeading
{
    font-family: Calibri;
    font-size: 11pt;
}
.boldTextBlack
{
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bolder;
    text-align: justify;
}
.boldTextHeading
{
    font-family: Verdana;
    font-size: 14pt;
    font-weight: bolder;
    text-align: justify;
    color: #003300;
}
.regularTextBlack
{
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: normal;
    text-align: justify;
    line-height:115%;

}
.regularTextBlackIndent
{
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: normal;
    text-align: justify;
    line-height:100%;
    padding-left:100px;

}
.regularTextBlackCentre
{
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: normal;
    text-align:center;
    line-height:100%;

}
.HintTextBlue
{
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: normal;
    text-align: justify;
    color: #0000FF;
}
.CopyrightText
{
    font-family: 'Times New Roman';
    font-size: 8pt;
    font-weight: normal;
    text-align: left;
    color: #C0C0C0;
}
.BulletText
{
    font-family: Verdana;
    font-size: 16pt;
    font-weight: normal;
    text-align: left;
    color: #003399;
}


.BoundaryTest
{
    border-style: double;

}


.AvailabilityTableFree
{
    border: thin dotted #808080;
    background-color: #99FF99;
    width:200px;
    text-align: center;
}

.AvailabilityTableHeld
{
    border: thin dotted #808080;
    background-color: #FF9966;
    width: 200px;
    text-align: center;
}


.AvailabilityTableSold
{
    border: thin dotted #808080;
    background-color: #FF9999;
    width:200px;
    text-align: center;
}

.AvailabilityTableDate
{
    border: thin dotted #808080;
    background-color: #FFFFFF;
    width: 200px;
    text-align: center;
}

.AvailabilityTableHeader
{
    border: thin dotted #808080;
    background-color: #6699FF;
    width: 200px;
    text-align: center;
    font-weight: bold;
}

