body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #4f6228;
	background-color:#FFF;
	font-size: 12px;
	line-height: 150%;
}

a {
	text-decoration: none;
	color: #ff7e00;
}
a:hover {
	text-decoration: underline;
	color: #ff7e00;
}

h1 {font-size:22px;}
h2 {font-size:20px;}
h3 {font-size:18px;}
h4 {font-size:14px; margin-top:10px; margin-bottom:5px;}
h5 {font-size:12px;}
h6 {font-size:10px;}

.emailTopo {font-size: 15px;}
.Branco {color:#FFF}
.Branco a {
	text-decoration: none;
	color: #FFF;
}
.Branco a:hover {
	text-decoration: underline;
	color: #FFF;
}

/* GERAL */
#geral {
	width: 954px;
	position: relative;
	display:table-cell;
	}
	
/* TOPO */
#topo {
	height: 80px;
	width: 954px;
	background-color: #FFFFFF;
	position: relative;
	}

#logo {
	width: 200px;
	padding-top: 5px;
	float: left;
	}

#topoCentro {
	width: 546px;
	padding-top: 10px;
	float: left;
	text-align: center;
	}

#topoDir {
	width: 208px;
	height: 80px;
	float: left;
	text-align: right;
	}

/* MENU */
#menu {
	width: 954px;
	height: 29px;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #809471;
	}
	
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
.menu ul{
	background:#809471;
	height:27px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#809471;
		color:#FFF;
		display:block;
		font-weight:normal;
		line-height:27px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #667d35;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#667d35;
		display:none;
		height:auto;
		padding-left:10px;
		padding-right:10px;
		padding-bottom:10px;
		margin:0px;
		border:0px;
		position:absolute;
		z-index:200;
		/*top:0em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:27px;
		font-size:11px;
		font-style:normal;
		margin:0px;
		padding:0px 15px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
	border:0px;
	color:#ffffff;
	text-decoration:none;
	background-color: #485926;
			}
	.menu p{
		clear:left;
		}	




/* RODAPE */
#rodape {
	width: 954px;
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-top-width: 1px;
	border-top-color: #CCC;
	border-top-style: solid;
	font-size: 11px;
	float:left;
	}

/*COLUNA ESQUERDA*/

#colunaEsq {
	width: 338px;
	height: 416px;
	background-color: #FFF;
	float:left;
	}

/* BOX VEJA TAMBEM */
#vejaTambem {
	width: 323px;
	height:55px;
	margin-top: 8px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #edf6dc;
	text-align: left;
	}
	
/* BOX SUA BAGAGEM */
#suaBagagem {
	width: 323px;
	height:55px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 5px;
	background-color: #edf6dc;
	text-align: left;
	}

/* FORMULARIO */

#form {
	width: 338px;
	height: 423px;
	background-color: #FFF;
	display:block;
	}

#Abas {
	width: 328px;
	height: 410px;
	background-color: #FFF;
	padding-top:8px;
	visibility: visible;
	}

input {
	font-size:10px;
	color: #5b5b5b;
	}
textarea {
	font-size:10px;
	color: #5b5b5b;
	}
