body {
	font-family: "Trebuchet MS", Arial, Helvetica, serif;
	margin:0;
	padding:0;
	background:#74743A;
	text-align:left; /* hack para o IE */	
	}


/*--------------------------------------------*/
/*=Boletim - conteudo comprelo da div */
#boletim {
	width: 257px;
	height: 171px;
	background:#74743A;
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	padding: 0px;
	}	

/* estilo do texto */ 
#boletim p {
	font-size: 12px;
	line-height: 16px;
	margin: 10px 10px 15px !important;
	margin: -13px 10px 15px;
	color: #EBEBD6;
	text-decoration: none;
	}

/* estilo classe da imagem capituladora */
#boletim .imgcap {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #646433;
	}

/* estilo classe do campo input */
#boletim .input {
	font-size: 12px;
	color: #2C2C16;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #5F5F2E;
	background-color: #B6B66D;
	text-indent: 2px;
	margin-left: 8px;
	}

/* torna o campo input destacado */
#boletim input:focus {
	background: #C8C891;
	border: 1px solid #2D2D15;
	}


/* estilo classe do botao submit */
#boletim .bt {
	font-size: 11px;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #C7C7C7;
	background-image: url(../arquivos/bg_botao.gif);
	font-weight: bold;
	background-position: center;
	}
	
/* texto de retorno de casdastro de email */
#boletim h1 {
	color: #363636;
	font-family: "Trebuchet MS", Arial, Helvetica, serif;
	font-size: 12px;
	text-indent: 3px;
	text-align: left;
	background-color: #FFFFFF;
	padding: 3px !important;
		padding: 2px;
	height: 15px;
	width: 225px;
	margin-top: 10px !important;
		margin-top: -10px;
	margin-left: 10px;
	margin-bottom: 0px;
   }

/* estilo dos icones */
#boletim h1 img {
	text-align: left;
	margin-top: 0px;
	margin-bottom: -2px;
	padding: 0px;
	clip:  rect(auto auto 5px auto);
   }

/*fim--------------------------------------------*/