<style>
	body {
		scrollbar-face-color: #288e54;
		scrollbar-shadow-color: gainsboro;
		scrollbar-highlight-color: gainsboro;
		scrollbar-3dlight-color: gainsboro;
		scrollbar-darkshadow-color: #000040;
		scrollbar-track-color: #000040;
		scrollbar-arrow-color: rgb(255,255,255);
	}
	table {
		border-collapse: collapse;
		border-color: #FFFFFF;
	}
	td {
		color : #ffffff;
		font-family : Tahoma, Verdana, Arial;
		font-size : 12px;
	}
	a {
		color : #ffffff;
		font-family : Tahoma, Verdana, Arial;
		font-size : 11px;
		font-weight : bold;
		text-decoration : none;
	}


	/*
	YADM - yet another dropdown menu
	Menu styles without Javascript
		See more at http://www.onlinetools.org/yadm/
	*/
	ul#nav{
		font-family:Arial,Sans-Serif;
		margin:0;
		padding:0;
		list-style-type:none;
		padding:.5em;
		z-index:100;
		width:20em;
	}
	ul#nav li ul{
		margin:0;
		padding:0;

	}
	ul#nav li{
		position:relative;
		margin:0;
		width:10em;
		padding:0;
		list-style-type:none;
		background:transparent;
		color:#333;
		line-height:150%;
	}
	ul#nav a{
		color:#FFF;
		text-decoration:none;
		display:block;
	}
	ul#nav a:hover{
		border:1px inset #be8;
		background:#be8;
		color:#333;
	}
	ul#nav li li a{
		padding-left:1em;
		color:#333;
		text-decoration:none;
		display:block;
	}
	ul#nav li li a:hover{
		background:#ad7;
	}
	/* YADM relative dropdown example */
	.hiddenChild{
		position: absolute;
		left: -999em;
	}
	.shownChild{
		left:-1px;
	}
	p{
		clear:both;float:none;
	}
	ul#nav.dhtml{
		position:relative;
		margin:0;
		padding:0;
		list-style-type:none;
	}
	ul#nav.dhtml li{
		position:relative;
		float:left;
		z-index:100;
	}
	ul#nav.dhtml ul{
		top:1.4em;
		position:absolute;
		border:1px solid #333;
		background:#2c7c50;
		z-index:100;
		width:239px;
	}

	ul#nav.dhtml li a,ul#nav.dhtml li a:hover{
		border:none;
		color: #FFFFFF;
	}
	ul#nav.dhtml li a{
		padding:0 .5em;
	}
	ul#nav.dhtml ul li{
		border:none;
		width:10em;
	}
	ul#nav.dhtml li.isActive a{
		background:#2c7c50;
	}
	ul#nav.dhtml li.isActive ul a{
		padding:0 .5em;
	}

	ul#fundo_verde{
		margin:0;
		padding:0;
		list-style-type:none;
		padding:.4em;
		z-index:100;
	}

	ul#fundo_verde a{
		margin:0;
		padding:0;
		list-style-type:none;
		padding:.4em;
		z-index:100;
	}

	ul#fundo_verde a:hover{
		background:#2c7c50;
		padding:.4em;
	}

	#tit_endereco {
		font-size: 11px;
	}

	.fontemenor{
		font: smaller;
	}
	/* specifications for containing layer */
	#outer	{
		position: relative;
		width: 152px;
		height: 227px;
		z-index: 3;
		border-bottom-color : #FFFFFF;
		border-bottom-style : solid;
		border-bottom-width : 1px;
		border-left-color : #FFFFFF;
		border-left-style : solid;
		border-left-width : 1px;
		border-right-color : #FFFFFF;
		border-right-style : solid;
		border-right-width : 1px;
		border-top-color : #FFFFFF;
		border-top-style : solid;
		border-top-width : 1px;	}
	/* specifications for image and text layers */
	#imgDiv	{
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
	}
	/* left and top set to position text correctly with image's borders */
	#fundo_preco	{ position:absolute; left:-1px; top:199px; z-index:2 }
	#preco_label	{ position: absolute; left: 4px; top: 198px; z-index: 2; font-size : 10px; }
	#preco_valor	{ position: absolute; left: 4px; top: 211px; z-index: 2; font-size : 10px; }
	#house_sale	{ position:absolute; left:-10px; top:-5px; z-index:2 }

	#rotulo_info { position: relative; left: 23px; top: 120px; z-index: 2 }

	#rotulo_venda {
		position: relative;
		left: 380px;
		top: 10px;
		z-index: 2;
		background: transparent;
		width: 270px;
		max-width: 270px;
		min-width: 270px;
		height: 110px;
		max-height: 110px;
		min-height: 110px;
		cursor: hand;
		display: inline;
	}
	#rotulo_aluguel {
		position: relative;
		left: 110px;
		top: 80px;
		z-index: 2;
		background: transparent;
		width: 270px;
		max-width: 270px;
		min-width: 270px;
    line-height: 110px;
		height: 110px;
		max-height: 100px;
		min-height: 110px;
		cursor: hand;
    display: inline;
	}

	#rotulo_teste{ position: relative; left: 0px; top: 0px }


	#tdlimpo {
		border-color: #FFFFFF;
		border-width: 1px 1px 0px 0px;
		border-style: solid;
	}
	#tabelalimpa {
		border-color: #FFFFFF; border-width: 0 0 1px 1px; border-style: solid;
	}

	#titulo {
		font-size: large;
		font-weight: bold;
	}

	#menu_aluguel {
		visibility: hidden;
		z-index: 5;
		position: absolute;
		top: 298px;
		left: 350px;
	}

	#menu_venda {
		visibility: hidden;
		z-index: 5;
		position: absolute;
		top: 298px;
		left: 400px;
	}
</style>
