<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d0c9c1;;
	background-image: url(images/iframe.jpg);
}

body,td,th {
	font-family: Trebuchet MS, Arial, helvetica, san-serif;
	font-size: 11px;
	color: #000; 
}

img { border:0px; }
img.border { border:1px solid white; }


a:link {
	color: #990000;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #660000;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #FF3300;
	font-weight:bold;
}


a:link.footerlink {
	color: #999;
	text-decoration: none;
	font-weight:bold;
}
a:hover.footerlink {
	text-decoration: underline;
	color: #fff;
	font-weight:bold;
}
a:visited.footerlink {
	text-decoration: none;
	color: #777;
}
a:active.footerlink {
	text-decoration: underline;
	color: #fff;
	font-weight:bold;
}


/************** BEGIN MAIN MENU***************/

a.home {
display: block;
width: 75px;
height: 29px;
margin-top:18px;
background: url('images/butn-home.gif') 0 0 no-repeat;
}

a.about {
display: block;
width: 74px;
height: 29px;
margin-top:18px;
background: url('images/butn-about.gif') 0 0 no-repeat;
}

a.properties {
display: block;
width: 113px;
height: 29px;
margin-top:18px;
background: url('images/butn-properties.gif') 0 0 no-repeat;
}

a.request {
display: block;
width: 126px;
height: 29px;
margin-top:18px;
background: url('images/butn-request.gif') 0 0 no-repeat;
}

a.relocate {
display: block;
width: 116px;
height: 29px;
margin-top:18px;
background: url('images/butn-relocate.gif') 0 0 no-repeat;
}

a.contact {
display: block;
width: 89px;
height: 29px;
margin-top:18px;
background: url('images/butn-contact.gif') 0 0 no-repeat;
}

/*////////////////////////////////////////////////*/

a:hover.home {
display: block;
width: 75px;
height: 31px;
margin-top:19px;
background: url('images/butn-home-on.gif') 0 0 no-repeat;
}

a:hover.about {
display: block;
width: 74px;
height: 31px;
margin-top:19px;
background: url('images/butn-about-on.gif') 0 0 no-repeat;
}

a:hover.properties {
display: block;
width: 113px;
height: 31px;
margin-top:19px;
background: url('images/butn-properties-on.gif') 0 0 no-repeat;
}

a:hover.request {
display: block;
width: 126px;
height: 31px;
margin-top:19px;
background: url('images/butn-request-on.gif') 0 0 no-repeat;
}

a:hover.relocate {
display: block;
width: 116px;
height: 31px;
margin-top:18px;
background: url('images/butn-relocate-on.gif') 0 0 no-repeat;
}

a:hover.contact {
display: block;
width: 89px;
height: 31px;
margin-top:19px;
background: url('images/butn-contact-on.gif') 0 0 no-repeat;
}

.footer { margin-top:12px; color:#CDBAA5; font-family: verdana,geneva,sans-serif; font-size:10px; }

.price {
font-weight:bold;
font-color: #884455;
font-size:12px;
}

.page_name { 
font-weight:bold;
font-color: #000;
font-size:14px;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
	text-align:center;
}
.style2 {
	font-size: 14px;
	font-weight: bold;
	text-align:center;
}
.style3 {
	font-size: 12px;
	font-weight: bold;
	text-align:center;
}

/************** END MAIN MENU***************/

-->