/* Formatação das páginas estáticas */

/* Formatação e Estruturas */
#sidebar,
#col1 { margin: 10px 0 0 5px; }

#sidebar {  width: 300px; }
#col {  width: 620px; margin-left: 20px; position: relative; }

/* Titles */
h3.tit-box { width: 100%; font-size: 13px; line-height: 18px; margin: 0 0 5px 0; border-top: 2px solid #b3b3b3; border-bottom: 1px solid #b3b3b3; color: #666666; }
h4.tit-destaque { font-size: 14px; font-weight: bold; text-transform: uppercase; text-align: left; color:#b3b3b3; font-weight: bold; margin: 2px 0 2px 10px; opacity:1.0; filter:alpha(opacity=100); -moz-opacity:1.0; -khtml-opacity: 1.0; }
a.tit-verde { font-size: 13px; line-height: 18px; color:#4A8C6E; font-weight: bold; }
a.tit-vermelho { font-size: 13px; line-height: 18px; color:#B80838; font-weight: bold; }
a.tit-azul { font-size: 13px; line-height: 18px; color:#005E86; font-weight: bold; }
a.tit-preto { font-size: 13px; line-height: 18px; color:#000; font-weight: bold; }
a.tit-branco { font-size: 14px; line-height: 18px; color:#fff; font-weight: bold; opacity:1.0; filter:alpha(opacity=100); -moz-opacity:1.0; -khtml-opacity: 1.0; }

/* Text box */
p { font-size: 12px; line-height: 20px; color: #7d7d7d; }
p strong { font-weight: bold; color: #333; }
p em { color: #000000; }
a.lnk { font-size: 12px; line-height: 18px; color: #7d7d7d;}
a.lnk-more { font-size: 12px; line-height: 18px; color: #7d7d7d; text-decoration: underline;}
a.lnk-more-sidebar { margin: -5px 0 0 0; font-size: 12px; color: #7d7d7d; text-decoration: underline;}



