@charset "iso-8859-1";
/* CSS Document */

a {
	font-weight:bold;
	color:#89B61F;
	text-decoration:none;
}
a:hover {
	color:#89B61F;
	text-decoration:underline;
}

/*
.newbtnvoltar {
  display: block;
  width: 100px;
  height: 22px;
  background: transparent url(../imgs/btVoltar.gif) no-repeat top left;
}

.newbtnvoltar:hover {
  background: transparent url(../imgs/btVoltar-on.gif) no-repeat top left;
}


.newbtnvoltar span {
  display: none;
}

.newbtnsubmit {
  display: block;
  width: 100px !important;
  height: 22px !important;
  background: transparent url(../imgs/btSubmeter.gif) no-repeat top left !important;
}

.newbtnsubmit:hover {
  background: transparent url(../imgs/btSubmeter-on.gif) no-repeat top left !important;
}
*/
.newbtnvoltar span {
  display: block;
}
.newbtnvoltar, .newbtnvoltar:hover {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 0 0 0 10px !important;
  background: transparent url(../imgs/setaVoltar.gif) no-repeat left 4px !important;
  color: #89B61F;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 11px;
}

.newbtnsubmit {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100px !important;
  height: 22px !important;
  line-height: 22px !important;  
  padding: 0 !important;
  background: #89B61F url(none) no-repeat top left !important;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 11px;
}