/*TXT*/
.txtsection{
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	letter-spacing : normal;
	line-height : 125%;
	color : #7B8E8B;
	/*color : #AA3500;*/
	font-weight : bold;
}   
.txtsubsection{
	/*Usado no txt das moedas, joelharia, etc*/
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	letter-spacing : normal;
	line-height : 125%;
	color : #7B8E8B;
	font-weight : normal;
}
p {
	margin-top: 15px;
	margin-bottom: 15px;
}
a:link{
	text-decoration : none;
	color : #7B8E8B;
}
a:visited{
	text-decoration : none;
	color : #7B8E8B;
}
a:hover{
	text-decoration : none;
	color : #AA3500;
}

