@charset "utf-8";
/* Portal do Jornal do Commercio */
/* CSS TIPOGRAFIA */
/* Descritivo */

html, body { font-size: 12px; line-height: 120%; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color:#333; }

/* tipos */
h1, h2, h3, h4 { font-size: 12px; text-decoration:none; text-transform:none; margin: 0; padding: 0; letter-spacing:-0.02em; line-height:112% }
h1, h2 { font-family:Georgia, "Times New Roman", Times, serif;  }
h3, h4 { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }
h1, h3 { font-weight: bold; }
h2, h4 { font-weight: normal; }

/* cores */
.cfff { color: #fff; }
.c999 { color: #999; }
.c666 { color: #666; }
.c333 { color: #333; }
.c000 { color: #000; }
.cBr { color: #6a9b99; }
.cBrEmail { color: #6a9b99; }
.cVermelho { color: #d71920; }
.cVerde { color: #669933; }
.cAzulGalera { color: #25408f; }
.cLaranja { color: #e7af53; }

/* tamanhos */
.t8  { font-size: 8px }
.t9  { font-size: 9px }
.t10 { font-size: 10px;  }
.t11 { font-size: 11px; }
.t12 { font-size: 12px; }
.t13 { font-size: 13px; }
.t14 { font-size: 14px; }
.t15 { font-size: 15px; }
.t16 { font-size: 16px; }
.t18 { font-size: 18px; }
.t20 { font-size: 20px; }
.t22 { font-size: 22px; }
.t24 { font-size: 24px; }
.t28 { font-size: 28px; }
.t36 { font-size: 36px; }
.t42 { font-size: 42px; }
.t48 { font-size: 48px; }

/* outras propriedades */
.negrito { font-weight: bold; }
.italico { font-style:italic; }
.caixaalta { text-transform: uppercase; }
.caixabaixa { text-transform:lowercase; }

/* margens */
.mg_chapeu { padding: 0; margin: 0; text-transform:uppercase; }
.mg_titulo { padding: 0; margin: 0; }
.mg_sutia { padding: 10px 0 0 0; margin: 0; }
.mg_resumo { padding: 4px 0 0 0; margin: 0; }

/* titulo dos blocos */
p.bloco_titulo { padding: 3px 0 3px 18px; margin: 0; height: 16px; background:url(../imagem/gerais/seta_15x15_vermelha.png) left 4px no-repeat; font-family:Georgia, "Times New Roman", Times, serif; font-size: 16px; font-weight: bold; }
	p.bloco_titulo a { text-decoration: none; }
