/*TXT*/
.titulo1{
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	letter-spacing : normal;
	line-height : 125%;
	color : #AA3500;
}   
.titulo2{
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	/*font-weight : bold;*/
	letter-spacing : normal;
	line-height : 125%;
	color : #7B8E8B;
}   
.txt3{ /*Usado no txt das moedas, joelharia, etc*/
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	letter-spacing : normal;
	line-height : 125%;
	color : #7B8E8B;
}
h1{
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	letter-spacing : normal;
	line-height : 125%;
	color : #3B494C;
   margin: 0px;
}  
h2{ /*ajuda*/
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	letter-spacing : normal;
	line-height : 125%;
	color : #AA3500;
   margin: 0px;
}  
p {
	margin-top: 0px;
	margin-bottom: 25px;
}
p.pesquisa {/*para a pesquisa*/
	margin-top: 5px;
	margin-bottom: 5px;
}
p.ajuda {
	margin: 0px;
} 
li{
	list-style-type: disc;
	display: compact;
	list-style-position: outside;
}
ul{
	margin: 0px;
	padding-left: 30px;
}
.boxformulario{
	background:#FFFFFF;
	border: 1px solid #A9B5B3;
	width: 150px;
	text-decoration:none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	letter-spacing : normal;
	color : #B34F00;
	text-align : left;
	height: 16px;
}	
.imgok{
	position: relative;
	left: 0px;
	top: 4px;
}

a:link{
	color : #3B494C;
	text-decoration : none;
}
a:visited{
	color :   #3B494C;
	text-decoration : none;
}
a:hover{
	color : #AA3500;
	text-decoration : underline;
}
a.link2:link{
	color : #7B8E8B;
	text-decoration : none;
	font-weight : normal;
}
a.link2:visited{
	color : #7B8E8B;
	text-decoration : none;
	font-weight : normal;
}
a.link2:hover{
	color : #7B8E8B;
	text-decoration : underline;
	font-weight : normal;
}
a.link3:link{
	color : #3B494C;
	text-decoration : none;
}
a.link3:visited{
	color :   #3B494C;
	text-decoration : none;
}
a.link3:hover{
	color : #AA3500;
	text-decoration : none;
}
