a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
/* ------------------------------------------------------- */
/* Estilos para objetos dos formulários, botőes e janela   */
/* ------------------------------------------------------- */
.CampoForm {
  font-size: 10px;
  color: #E67300;
  background-color: #F8F4D8;
  border-color: #E67300 #E67300 #E67300 #E67300;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px
}

/* ------------------------------------------------------- */
/* Estilos para objetos dos textos                         */
/* ------------------------------------------------------- */

.tit_laranja{
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #FF6600
}

.tit_laranja_menor{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	color: #FF6600
}

.text_roxo{
	font-family: tahoma;
	font-size: 12px;
	line-height: 20px;
	color: #7C1532
}

.text_roxo_menor{
	font-family: tahoma;
	font-size: 10px;
	color: #7C1532
}