/*************************************
 Textos
*************************************/
.tahoma11 {
  font-family: Tahoma;
	font-size: 11px;
	color: #6D7F8C;
}

.tahoma10 {
  font-family: Tahoma;
	font-size: 10px;
	color: #6D7F8C;
}

.arialAzul16 {
  font-family: Arial;
  font-size: 16px;
  color: #586772;
}

.tahomaAzul10 {
  font-family: Tahoma;
	font-size: 10px;
	color: #000099;
}

.tahomaLaranja10 {
  font-family: Tahoma;
	font-size: 10px;
	color: #FF9900;
}


/*************************************
 Formulário
*************************************/
.form {
  font-family: Tahoma;
	font-size: 11px;
	background-color: #E9ECEE;
	border: solid;
	border-width: 1px;
	border-color: #E9ECEE;
}

.botao {
  font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}


/*************************************
 Links
*************************************/
a.linkCorpo {
  font-family: Tahoma;
  font-size: 11px;
  color: #6D7F8C;
  text-decoration: none;
}

/*a.linkCorpo:hover {
  font-family: Tahoma;
  font-size: 11px;
  color: #4E5B65;
  text-decoration: none;
}*/


a.linkRodape {
  font-family: Tahoma;
  font-size: 10px;
  color: #6D7F8C;
  text-decoration: none;
}

a.linkRodape:hover {
  font-family: Tahoma;
  font-size: 10px;
  color: #4E5B65;
  text-decoration: none;
}



