/* CSS Document */
.botao {

	font-family: Verdana;

	color: #FFFFFF;

	background-color: #758726;

	font-size: 11px;

	border: #758726;

	font-style: normal;

	font-weight: bold;

}

.caixa {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	background-image: url(imagens/fundo_caixa.gif);
	border: 1px solid #758726;

}

.alink {
	font-family: Verdana;
	font-size: 12px;
	color: #877826;
	text-decoration: underline;
}

.alink:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #877826;
	text-decoration: none;
}

.lateral {
	font-family: Verdana;
	font-size: 10px;
	color: #758726;
	text-decoration: none;
	font-weight: bold;
}

.lateral:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #758726;
	text-decoration: none;
	font-weight: bold;
}
