.textoTitulo {
	font-family: Tahoma;
	font-size: 10px;
	color: #bdbdbd;
}
.textoTituloDestaque {
	font-family: Tahoma;
	font-size: 10px;
	color: #e9e9e9;
	font-weight: bold;
}
.texto {
	font-family: Tahoma;
	font-size: 10px;
	color: #747474;
}
.destaqueVerdeEscuro{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #4d661f;
}
.destaqueVerdeEscuroGrande{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #4d661f;
}
.destaqueVerde {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #7ea537;
}
.destaqueVerdePequeno {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #7ea537;
}
.data {
	font-family: Tahoma;
	font-size: 9px;
	color: #4d661f;
}
.laranjaPequeno{
	font-weight: bold;
	font-size: 10px;
	color: #e8ab00;
}
.laranjaGrande{
	font-weight: bold;
	font-size: 14px;
	color: #e8ab00;
}
input {
	border: 1px solid #9abf55;
	background-image: url(imagens/fundoBarraForm.jpg);
	background-repeat: repeat-x;
}
textarea {
	border: 1px double #9abf55;
	background-image: url(imagens/fundoTextArea.jpg);
	background-repeat: repeat-x;
	background-color: #e4e4e4;
}
A, A:LINK, A:ACTIVE, A:VISITED {
  color: #587623;
  text-decoration: none;
}
A, A:HOVER {
  color: #587623;
  text-decoration: none;
}
