/* CSS Document */
body {
margin-top: 0px;
margin-left: 0; /* zerando as margens do body */
margin-right: 0; /* zerando as margens do body */
margin-bottom: 0; /* zerando as margens do body */
padding: 0; /* zerando os paddings do body */
text-align:center;
background-color: #999999;
}
td, tr {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
.textoEstoque {
	margin: 2px;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
	text-align: justify;
	line-height: 20px;
	font-weight: bold;

}
#esquerda {
width: 10px;
background-image: url(imagens/outras/fundo_esq.gif);
}
#meio {
width: 630px;
background-color: #FFCC00;
margin: 2px;
padding: 2px;
}
#direita {
width: 10px;
background-image: url(imagens/outras/fundo_dir.gif);
}
#menu {
width: 120px;
vertical-align: top;
background-color: #FFCC00;
}

.textoHome {
	margin: 2px;
	padding: 4px;
	text-align: justify;
	line-height: 14px;
}
.texto {
	margin: 2px;
	padding: 4px;
	text-align: justify;
}
#pacotes {
	center: 0px;
	text-align: center;
	background-color: #6CE1FF;
}

.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #CCCCCC;
}
.tit12 {
	font-size: 12px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #993300;
}
a:visited {
	text-decoration: none;
	color: #993300;
}
a:active {
text-decoration: none;
color: #993300;
}
a:hover {
text-decoration: none;
font-weight: bold;
}
.obrigado {
	margin: 2px;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
	text-align: center;
	line-height: 20px;
	font-weight: bold;

}
