/* Cores Utilizadas na pagina
LARANJA - #FF9900
PURPURA - #990066
AMARELO CLARO - #FFCC55
COR DA TABELA - #F7E2DF
AMARELINHO - #FFF9D5

*/
<!--

/* TAGS GENIRICAS */
body{ 	
	margin: 0px;
	padding: 0px;
	background: #FF9900 url('imagens/parati_fundo.png') no-repeat 760px 20px ;
	font-family: heveltica, arial, sans-serif; 
	}

h2 {	font:bold 14pt; color: black; padding: 0px; }

li.item {padding:0px; margin: 0px; float: left; }
			
p { font-size: 10pt;}


/* LINKS DO NAV */
a.nav { font-size: 10pt; font-weight: bold; text-decoration: none;
	height: 1.5em; color: white; background-color:#990066;
	padding: 6px 17px 2px 18.5px; margin: 0px;
	}
	
a:hover.nav {background-color: #FF9900;}



/* LINKS DO LISTAR */
a.menu { font-size: 0.8em; font-weight: bold; text-decoration: none;
		color: black;
	}
a:hover.menu {background-color: #FF9900; color: white;}




/* DIVS GENIRICAS */
#cabeca {
	background-color: #FF9900;
	padding: 0px;
	width: 750px;
	height: 120px;
	float: left;
	}
	
#geral{
	margin:0;
	padding:0;
	clear: left;
	float: left;
	background-color: white;
	overflow: auto;
	width: 750px;
	}

		
		ul#nav {
		list-style-type: none;
		text-align: center;
		display: inline;
		background-color: #990066;
		width: 750px; height: 1.5em;
		padding: 0px 10px;
		margin:0px;
		border-bottom: 2px solid #FF9900;
		}
		
		
	#conteudo {
	background: white;
	width: 550px;
	text-align: center;
	margin-top: 20px;
	padding-bottom:30px;
	overflow: auto;
	clear: left;
	}
	
		.conteudo{
		float: left;
		padding-left: 30px;
		}
	
	

	#newsletter {
	text-align: center;
	text-color: #FF9900;
	}
	

	#rodape {	text-align: center; 
				clear:both; 
				width: 750px; 
				height: 30px;
				margin-top: 0px;
				background: #FFCC55;
				}
				
				
	

	/* IFRAME DE VENDAS */
	
	#vendas {
	margin:0px;
	padding:0px;
	width:750px;
	height: 430px;
	
	}
	
	
	
	
	/* TABELA DE RESULTADOS */

	#resul		{border: 1px solid #FFCEAE; padding: 0px; margin: 0px;}
	
	.style4 		{font: 10pt heveltica, arial, sans-serif;}			
	
	.style6 		{font: bold 10pt heveltica, arial, sans-serif;}
	
	.um 			{background-color:#FFCEAE;}
	
	.dois 		{background-color:#FFB380;}


	/* ALUGUEL TEMPORADA */

	
	ul.temp {
	text-align: left;
	list-style-type: none;
		}



-->	