	body, #painel_centro
	{
		color: #555;
		font-size: small;
		font-family: Verdana, Times, serif;
		margin: 0 0 0 0;
		overflow-x: hidden;
		overflow-y: scroll;
	}
	
	form
	{
		color: #555;
		font-size: small;
		font-family: Verdana, Times, serif;


		}
		
	#venda-locacao
	{
		color: red;

		}
		
	.blue
	{
	color: blue;
	
	}
	
	.titulo
	{
		color: #555;
		font-family: Verdana;
		font-weight: 500;
		font-size: 16px;
		text-align: center;
		
	}
	
	h1
	{
		color: #555;
		font-family: Verdana, Times, serif;
		font-weight: 500;
		font-size: 18px;
		text-align: center;
		
	}
	
	.proposta
	{
		color: #555;
		font-family: Verdana, Times, serif;
		font-weight: 500;
		font-size: 18px;
		text-align: center;
		
	}
	
	a.menor
	{
	font-family: Verdana, Times, serif;
	font-size: 10px;
	}
	
	#main
	{
		padding: 20px 20px 0px 20px;
		text-align: justify;
		line-height: 21px;
		height: 240px;
		border: 0px solid black;
		width: 100%x
	}
	
	#painel_dir
	{
		position: absolute;
		left: 630px;
		padding: 0 0 0 0;
		height: 240px;
		border: 0px solid black;
		width: 150px
	}
	
	#rodape
	{
		position: absolute;
		top: 384px;
		padding: 10px 20px 0px 20px;
		font-size: x-small;
		text-align: center;
		border: 0px solid black;
		height: 60px;
		width: 780px
	}
	
	#menu_esq
	{
		margin-top: 20px;
		margin-left: 15px;
	}

	.botao
	{
		color: #aaa;
		font-family: sans-serif;
		font-size: x-small;
		text-align: center;
		padding: 5px 0px 5px 0px; 
		width: 120px;
		height: 25px
	}

	a.menu:link 
	{
		color: #555;
		text-decoration: none; 
		line-height: 25px;
		background: #dfdfdf url(botao_normal.jpg);
		border-width: 1px solid #aaa;
		width: 120px;
		height: 25px
	}
	
	a.menu:visited
	{
		color: #555;
		text-decoration: none; 
		line-height: 25px;
		background: #dfdfdf url(botao_normal.jpg);
		border-width: 1px solid #aaa;
		width: 120px;
		height: 25px
	}
	  
	a.menu:hover
	{
		color: #555;
		text-decoration: none; 
		line-height: 25px;
		background: #fdfdfd url(botao_ativo.jpg);
		border-width: 1px solid #aaa;
		width: 120px;
		height: 25px
	}
	
	a.menu:active
	{
		color: #555;
		text-decoration: none; 
		line-height: 25px;
		background: #dfdfdf url(botao_press.jpg);
		border-width: 1px solid #aaa;
		width: 120px;
		height: 25px
	}

	#caixa_busca
	{
		color: #555;
		font-size: x-small;
		font-family: "Times New Roman", Times, serif;
		margin-top: 25px;
		margin-left: 15px;
		padding: 5px 0px 0px 0px;
		width: 120px;
		height: 70px;
		border-left: 0; 
		border-top: 0; 
		border-right: 4px solid #efefef; 
		border-bottom: 4px solid #cfcfcf 
	}

	#caixa_login
	{
		color: #555;
		font-size: x-small;
		font-family: "Times New Roman", Times, serif;
		line-height: 25px;
		margin-top: 15px;
		margin-left: 15px;
		padding: 5px 0px 0px 0px;
		width: 120px;
		height: 80px;
		border-left: 0; 
		border-top: 0; 
		border-right: 4px solid #efefef; 
		border-bottom: 4px solid #cfcfcf 
	}

	#caixa
	{
		color: black;
		font-size: small;
		background-color: #f5f5f5;
		margin-top: 40px;
		margin-left: 180px;
		padding: 0 0 0 0; 
		width: 400px;
		height: 200px;
		border-color: #dfdfdf; 
		border-width: 2px; 
		border-style: solid 				
	}

	#caixa_form
	{
		color: black;
		font-size: small;
		background-color: #f5f5f5;
		margin: 20px 20px 20px 20px;
		margin-left: 20px;
		padding: 0 0 0 0; 
		border-color: #dfdfdf; 
		border-width: 2px; 
		border-style: solid 				
	}
	
	
	#logout
	{
		position: relative;
		float: right;
		margin-top: 90px;
		font-size: 14px;
		line-height: 25px;
		color: black;
		font-weight: bold;
		background-color: #cfedfe;
		text-align: center;
		height: 25px
	}
	
	#titulo_caixa
	{
		font-size: 14px;
		line-height: 25px;
		color: black;
		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;
		color: #555;
		font-family: sans serif;
		font-size: x-small;
		line-height: 100%;
		text-align: right;
		font-weight: bold
	}

	img
	{
		vertical-align: middle
	}

	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; 
	}

