form {
    margin:0;
}
body {
	background-image:url(../images/background-trees.jpg);
    background-position:top center;
	background-repeat:repeat;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #003300;
	text-decoration: none;
}
a:visited {
	color: #003300;
	text-decoration: none;
}
a:hover {
	color: #003300;
	text-decoration: none;
}
a:active {
	color: #003300;
	text-decoration: none;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003300;
	font-weight: normal;
	text-align:justify;
}

.normText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #003300;
    text-decoration: none;
}
.style1 {
    color: #F0CF84;
}
.style2 {
    color: #FFFFCC;
}
.style3 {
    color: #993300;
}
.style4 {
    color: #EEE8AA;
}
.style5 {
    color: #B29053;
}
.style6 {
    color: #FFCC66;
}
.style8 {
	color: #CC6600;
}
.font10 {
    font-size: 10px;
}
.font11 {
    font-size: 11px;
}
.font12 {
    font-size: 12px;
}
.font13 {
    font-size: 13px;
}
.font14 {
    font-size: 14px;
}
.font15 {
    font-size: 15px;
}
.font16 {
    font-size: 16px;
}
.font17 {
    font-size: 17px;
}
.font18 {
    font-size: 18px;
}
.font20 {
    font-size: 20px;
}
.font21 {
    font-size: 21px;
}
.font24 {
    font-size: 24px;
}
.font64 {
    font-size: 64px;
}
.bold{font-weight:bold}
.listingsBoxBG {
    background-color: #DED5B6;
}
.indexTopBG {
    background-color: #006600;
}
.listingsHoverBG {
    background-color: #EEE8AA;
}
.menuBG {
    background-color: #004000;
}
.mainBG {
    background-color: #F0CF84;
}
.headingsTextBG {
    background-color: #FFFFCC;
}
.headingsBoxBG {
    background-color: #999966;
}
.headingsBoxBG1 {
    background-color: #003300;
}
.headingsBoxBG2 {
    background-color: #EFEBE2;
}
.headingsBorder {
    border: #B29053 3px solid;
}
.headingsThinBorder {
    border: #999966 1px solid;
}
.whiteBG {
    background-color: #FFFFFF;
}
.indexTitleBG {
    background-color: #B29053;
}
.indexTitleBG1 {
    background-color: #F0CF84;
}
.indexMainBG {
    background-color: #DEDE8C;
}
.mapLandBG {
    background-color: #EFE6AD;
}
.mapSeaBG {
    background-color: #9CCEFF;
}
.mapGoogleBG {
    background-color: #EEE8AA;
}
.suburbsHeadingText {
    color: #296B9C;
}
.whiteText {
    color: #FFFFFF;
}
.LightGreyText {
    color: #CCCCCC;
}
.MidGreyText {
	color: #666666;
}
.btnNorm 
{
    height:35px; 
    width:25%;
    font-size: 15px;
    text-align:center; 
    font-weight:normal;
    color: #003300;
    cursor:pointer; 
    background-image: url(../images/btn-norm.gif); 
    background-repeat:no-repeat; 
    padding-top:3px;
}
.btnOver 
{
    height:35px; 
    width:25%;
    font-size: 15px;
    text-align:center; 
    font-weight:normal;
    color: #003300;
    cursor:pointer; 
    background-image: url(../images/btn-over.gif); 
    background-repeat:no-repeat;
    padding-top:3px;
}
.btnClick
{
    height:35px; 
    width:25%;
    font-size: 15px;
    text-align:center; 
    font-weight:bold;
    color: #993300;
    cursor:pointer; 
    background-image: url(../images/btn-click.gif); 
    background-repeat:no-repeat;
    padding-top:0px;
}
.txtValidator {
    color: #FF0000;
    font-size:10px;
}

.cmdButton{
	display: block;
    margin: 0 auto;	
	margin-top: 2px; 
	background:  #B39153;
	color: #003300;
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	border-radius: 0px;	   
	text-align: center;
	font-size:15px;
	font-weight: normal;
	height: 24px; 
	width: 170px;
	} 
.blue {
	color: #000099;
}
.highlight {
	color: #D30C1B;
}