/* GERAL */
BODY {
	margin:0; padding:0; background:#E6E9EC url(imagens/bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#666666;
}
TD { font-size:12px; }
P { margin:0 0 15px 0; line-height:18px; }
FORM { margin:0; padding:0; }

.bold { font-weight:bold; letter-spacing:-1px; word-spacing:2px; }
.aviso { color:#d00; }

H1 { margin:0; padding:0; font-size:22px; font-weight:bold; color:#bd2400; letter-spacing:-1px; word-spacing:2px; }
H2 { margin:0; padding:20px 0; font-size:16px; font-weight:bold; color:#092555; text-align:center; letter-spacing:-1px; word-spacing:2px; }
H3 { margin:0; padding:0; font-size:20px; font-weight:bold; color:#aaa; letter-spacing:-1px; word-spacing:2px; }
H4 { margin:0 0 5px 0; padding:0; font-size:16px; font-weight:bold; color:#999; letter-spacing:-1px; word-spacing:2px; }


A { color:#333; text-decoration:none; }
A:hover { color:#666; text-decoration:underline; }



/* Menu */
.menu { background:url(imagens/bg_menu.gif) center top no-repeat; padding:0 15px 0 0; }
.menu TD { text-align:center; padding:0 6px; height:30px; color:#66ACDC; }
.menu A { font-weight:bold; text-decoration:none; color:#E4F5FC; }
.menu A:hover { text-decoration:none; color:#66ACDC; }



.descricao_bt { line-height:150%; padding:5px 40px; text-align:center; }
.preco { padding:5px 0 20px 0; font-size:16px; font-weight:bold; color:#0074c5; }
.preco span { font-size:24px; }
.preco2 { padding:5px 0 20px 0; font-size:22px; font-weight:bold; color:#0074c5; text-align:center; }
.preco2 span { font-size:28px; }

.vantagens { position:relative; margin:0 0 30px 10px; padding:0; }
.vantagens LI {	display:block; position:relative; margin:0; padding:8px 0 8px 23px; background:url(imagens/star.gif) left center no-repeat;
 font-size:14px; font-weight:bold; letter-spacing:-1px; word-spacing:2px; text-align:left; color:#888; list-style:none; }

.campo { border:solid 1px #999; padding:2px; font-size:18px; }
.botao {
	background:url(imagens/bg_botao.gif) no-repeat left top; height:36px; width:95px; border:0; margin:10px 0 0 0; cursor:pointer;
	font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#0068BE; font-weight:bold; letter-spacing:-1px; word-spacing:2px;
}

.dados_contato { padding:35px 0 0 0; font-size:16px; text-align:center; letter-spacing:-1px; word-spacing:2px; color:#666; }
.dados_contato A { color:#666; text-decoration:none; }
.dados_contato A:hover { text-decoration:underline; }



/* Rodape */
.rodape { background:#D3DCE4; border-top:solid 1px #AEC0D2; padding:20px 30px; font-size:11px; color:#4E6476; }	
.rodape H1 { font-weight:bold; font-size:14px; color:#4E6476; text-align:right; margin:0; padding:0 0 15px 0; }
.rodape A { font-size:11px; color:#4E6476; text-decoration:none; }
.rodape A:hover { color:#8C280D; text-decoration:underline; }













/*
Alpha PNG support for IE
------------------------------
Aviso, este código abaixo funciona apenas para visualização na tela. Quando este documento for impresso, o bug voltará.
O Hack Abaixo faz o código rodar apenas no IE. Sendo que os outros browsers como, Firefox, Opera e Safari já tem a transparencia de PNG nativo.
\*/
* html img/**/ { filter:expression(this.alphaxLoaded ? "" : (this.src.substr(this.src.length-4)==".png" ? ((!this.complete) ? "" : this.runtimeStyle.filter=("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+String(this.alphaxLoaded=true).substr(0,0)+(this.src="imagens/spacer.gif").substr(0,0)) : this.runtimeStyle.filter="")); }