﻿BODY, FORM, HTML
{
    margin              : 0px;
    padding             : 0px;
    font-family         : Verdana;
    font-size           : 10pt;
    height              : 100%;
    color		: #808080;
}
A, A:HOVER
{
    color		: #FFFFFF;
    font-weight         : bold;
    text-decoration     : none;	
}
IMG
{
    border-style        : none;
}
TABLE.Wrapper
{
    margin-left         : auto;
    margin-right        : auto;
    position            : relative;
    height              : 100%;
    width               : 950px;
}
TD.Banner
{
    background-color    : #00FF00;
    height              : 100px;
    vertical-align      : top;
    width               : 950px;
}
TD.Menu
{
    background-color    : #0000FF;
    height              : 100%;
    vertical-align      : top;
    width               : 200px;
}
TD.Content
{
    background-color    : #FFFF00;
    height              : 100%;
    vertical-align      : top;
    width               : 750px;
}
DIV.Enquire
{
	clear				: both;
	float				: left;
	margin				: 0px 0px 5px 0px;
	width				: 750px;
}
H6
{
    font-family         : Verdana;
    font-size           : 10pt;
    margin				: 0px;
    padding				: 20px 0px 0px 0px;
}
LABEL
{
    display             : block;
    float               : left;
    padding				: 3px 0px 0px 10px;
    width               : 150px;
}
LABEL.Enquire
{
    display             : block;
    float               : left;
    padding-top         : 3px;
    width               : 700px;
}
INPUT.Textbox
{
    border              : solid 1px #1A1A1A;
    font-family         : Verdana;
    font-size           : 10pt;
    float               : left;
    width               : 300px;
}
INPUT.Selectbox
{
    font-family         : Verdana;
    font-size           : 10pt;
    float               : left;
}
INPUT.Button
{
    font-family         : Verdana;
    font-size           : 10pt;
}
TEXTAREA.Textbox
{
    border              : solid 1px #1A1A1A;
    clear               : both;
    font-family         : Verdana;
    font-size           : 10pt;
    float               : left;
    margin				: 0px 0px 0px 10px;
    width               : 450px;
}