/* formato do link geral */
a:link {
	color: #3F3F3F;
	text-decoration: none
	}
a:visited {
	color: #3F3F3F; 
	text-decoration: none
	}
a:hover {
	color: #292914;
	text-decoration: underline
	}
a:active {
	color: #3F3F3F;
	text-decoration: none
	}



/*---------------------------------------------*/
/* formatacao de links */
#texto a:link { color:#000000;	text-decoration:none; }
#texto a:visited {	color:#484824; text-decoration:none; }
#texto a:hover { color:#292914; text-decoration:underline;	}
#texto a:active { color:#484824; text-decoration:underline; }




/* estilo do capitulador "artigos" */
#texto .info h1 {
	background-color: #FFFFFF;
	text-indent: 6px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-left: 2px;
	margin-bottom: 15px;
	}





#texto h1 {
	font-size: 9px;
	color: #88884A;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 38px;
	text-transform: uppercase;
	letter-spacing: 2px;
   }


#texto h2 {
	font-size: 18px;
	color: #252525;
	font-weight: normal;
	line-height: 18px;
	padding-left: 5px;
	margin-left: 80px; /* alinha corretamente o titulo do artigo se ultrapassar o limite normal de linhas */
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 3px;
   }




#texto h3 {
	font-size: 13px;
	color: #008000;
	text-align: left;
	font-weight: normal;
	margin-left: 86px;
	margin-top: 0px;
	margin-bottom: 20px;
   }

#texto p {
	font-size: 12px;
	color: #515151;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
	margin-top: 0px;
	margin-left: 85px;
	margin-right: 20px;
	margin-bottom: 10px;
   }

#texto .pchave {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 8px;
	margin-bottom: 60px;
	margin-top: 20px;
	color: #008000;
	font-size: 12px;

	}
/*fim-------------------------------------------*/



/*---------------------------------------------*/
/* estilo do titulo dos artigos em destaque */
#barradir .destaques p {
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	margin-top: 10px;
	margin-right: 10px !important;
		margin-right: 0px;
	margin-bottom: 5px;
	text-align: left;
	display: inline;
	width: 80%; /*faz o IE entender melhor o espacamento do titulo do texto */
	float: left;
	}


/* texto do autor dos artigos em destaque */
#barradir .destaques h1 {
	font-size: 11px;
	color: #996600;
	font-weight: normal;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-top: 0px;
	padding-left: 40px; /* faz o IE entender o espaçamento*/
	float: left;
	}


/*fim-------------------------------------------*/