@charset "utf-8";
/* ESTILO RAVEL MÓVEIS */

	body	{
		background-image: url(img/fundo2.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		background-color: #f9f8f9;
		margin: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		
	a	{
		text-decoration: none;
		font-weight: bold;
		}
		
	.corpo	{
		background-color: #FFFFFF;
		background-image: url(img/corpo_fundo.jpg);
		background-repeat: no-repeat;
		}

	.form	{
		border: #bbbbbb 1px solid;
		color: #000000;
		background-color: #F3F4F3;
		}
	
	.form_titulo	{
		font-size: 10pt;
		font-weight: bold;
		color: #333333;
		}
	
	.quadro_interno_titulo	{
		background-image: url(img/quadro_int_titulo.gif);
		background-repeat: no-repeat;
		height: 30px;
		font-size: 8pt;
		font-weight: bold;
		color: #FF8800;
		}
	
	.quadro_interno_meio	{
		background-image: url(img/quadro_int_meio.gif);
		background-repeat: repeat-y;
		font-size: 8pt;
		color: #222222;
		}

	.quadro_interno_inf	{
		background-image: url(img/quadro_int_inf.gif);
		background-repeat: no-repeat;
		}
	
	.rodape	{
		height: 150px;
		background-image: url(img/rodape_fundo.jpg);
		background-repeat: repeat-x;
		}
	
	.rodape_titulo	{
		font-size: 7pt;
		color: #333333;
		font-weight: bold;
		}
	
	.rodape_fone	{
		font-size: 13pt;
		color: #FF8800;
		font-weight: bold;
		}
		
	.rodape_endereco	{
		font-size: 7pt;
		color: #666666;
		}

	.rodape_email	{
		font-size: 7pt;
		color: #666666;
		}
		
	.rodape_email:hover	{
		font-size: 7pt;
		color: #aaaaaa;
		}	
	
	.rodape_visita	{
		font-size: 8pt;
		font-weight: bold;
		color: #000000;
		}
	
	.rodape_email_proj	{
		font-size: 12pt;
		color: #888888;
		}
		
	.rodape_email_proj:hover	{
		font-size: 12pt;
		color: #000000;
		}		
	
	.texto_interno	{
		font-size: 8.5pt;
		color: #222222;
		}
	
	.visita_link	{
		color: #FF0000;
		font-size: 12pt;
		font-weight: bold;
		}
	
	.visita_link:hover	{
		color: #333333;
		}
		
