<style type="text/css">
	h2
	{
	}
	
	body 
	{
		text-align: center;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		top: 0
	}

	h1
	{
		font-weight: bold;
		font-size: 18px
        }

	img
	{
		vertical-align: middle;
		border-style: none
	}
	
	input[type="submit"]
	{
		width: 21;
		font-size: x-small
	}
	
	.tabela
	{
		color: dimgray;
		font-family: "Times New Roman", Times, serif
	}
	
	.lista_imoveis
	{
		color: dimgray;
		font-family: "Times New Roman", Times, serif
		text-align: justify; 
		font-size: 14px
	}
	
	
	.slideshow_controle
	{
		font-size: x-small; 
		display: inline; 
		float: right
	}
	
	.slideshow_velocidade
	{
		font-size: xx-small; 
		display: inline; 
		float: left
	}
	
	.titulo_componente
	{
		font-weight: bold;
		font-size: x-small
	}
	
	.formulario
	{
		padding: 0px 0px 10px 0px;
		line-height: 100%
	}
		
	#container 
	{
		color: dimgray;
		font-family: "Times New Roman", Times, serif;
		text-align: left;
		border-style: none;
		margin: 0 auto;
		padding: 0 0 0 0;
		width: 780
	}

	#cabecalho
	{
		float: left;
		clear: both
	}
	
	#painel_esq
	{
		float: left;
		width: 150px
	}
	
	#painel_centro
	{
		float: left;
		text-align: justify;
		margin: 10px 0px 0px auto;
		padding: 10px 0px 0px auto;
		line-height: 160%;
		width: 480
	}
	
	#painel_dir
	{
		float: right;
		text-align: right;
		width: 150px
	}
	
	#rodape
	{		float: left;
		clear: both;
		font-size: 14px;
		text-align: center;
		padding: 10px 0px 5px 0px;
		width: 780px
	}
	#rodape span {		color: red;			}
	#menu_esq
	{
		margin-top: 20px;
		font-size: x-small
	}

	#caixa_busca
	{
		font-size: x-small;
		text-align: left;
		margin: 10px 0px 0px auto;
		padding: 10px 0px 0px 0px;
		width: 120px;
		border-left: 0; 
		border-top: 0; 
		border-right: 4px solid #efefef; 
		border-bottom: 4px solid #cfcfcf 
	}

	#caixa_login
	{		float: right;	
		font-size: x-small;
		line-height: 200%;
		text-align: left;
		margin: 10px 0px 0px auto;
		padding: 10px 0px 5px 0px;
		width: 120px;
		border-left: 0; 
		border-top: 0; 
		border-right: 4px solid #efefef; 
		border-bottom: 4px solid #cfcfcf 
	}

	#logout
	{
		position: relative;
		float: right;
		margin-top: 90px;
		font-size: 14px;
		line-height: 25px;
		font-weight: bold;
		background-color: #cfedfe;
		text-align: center;
		height: 25px
	}
	
	#titulo_caixa
	{
		font-size: 14px;
		line-height: 25px;
		font-weight: bold;
		background-color: #cfedfe;
		text-align: center;
		height: 25px;
		border-top: 0; 
		border-left: 0; 
		border-right: 0; 
		border-bottom: 2px; 
		border-bottom-color: #dfdfdf; 
		border-bottom-style: solid;
		clear:left
	}

	#aviso
	{
		position: relative;
		float: right;
		font-family: "Times New Roman", Times, serif;
		font-size: x-small;
		line-height: 100%;
		text-align: right;
		font-weight: bold
	}

	#texto_pequeno
	{
		position: relative;
		float: left;
		color: gray;
		font-family: "Times New Roman", Times, serif;
		font-size: x-small;
		line-height: 120%;
		text-align: left
	}

	#referencia
	{
		position: relative;
		float: left;
		color: gray;
		font-family: "Times New Roman", Times, serif;
		font-size: x-small;
		font-style: italic;
		line-height: 120%;
		text-align: right
	}

	#texto_destaque
	{
		font-family: "Times New Roman", Times, serif;
		font-weight: bold
	}
	
	.hiddenPic 
	{
		display: none
	}

	.menu_desabilitado
	{		font-size: 14px;
		color: dimgray;
		text-decoration: none; 
                text-align: center;
		line-height: 25px;
                float: left;
                clear: both;
		width: 120px;
                background-image: url(botao_ativo.jpg);
                margin: 5 0;
	}

	.menu {
	    clear: both;
	    float: left; 
	    padding: 0px 0px; 
	    margin: 2px 0px;
	    width: 120px; 
	    color: dimgray; 
	    line-height: 25px; 
	    text-align: center; 
	    text-decoration: none;				font-size: 14px;
	}

	a.menu:link {
	    background-image: url(botao_normal.jpg); 
	    color: dimgray; text-decoration: none;				font-size: 14px;
	}

	a.menu:visited {
	    background-image: url(botao_normal.jpg); 
	    color: dimgray; text-decoration: none;				font-size: 14px;
	}

	a.menu:hover {
	    background-image: url(botao_ativo.jpg); 
	    color: dimgray; text-decoration: none;				font-size: 14px;
	}

	a.menu:active {
	    background-image: url(botao_press.jpg); 
	    color: dimgray; text-decoration: none;				font-size: 14px;
	}
	
	a:link 
	{
		color: blue;
		text-decoration: none 
	}
	
	a:visited
	{
		color: purple;
		text-decoration: none 
	}
	  
	a:hover
	{
		color: blue;
		text-decoration: underline 
	}
	
	a:active
	{
		color: red;
		text-decoration: underline 
	}
</style>

