/* CSS Document */
.botao {

	font-family: Verdana;

	color: #FFFFFF;

	background-color: #003300;

	font-size: 10px;

	border: none;

	font-style: normal;

	font-weight: normal;

}

.caixa {

	font-family: Verdana;

	font-size: 12px;

	color: #003300;

}

.linka {

	font-family: "Trebuchet MS";

	font-size: 12px;

	color: #154827;

	text-decoration: none;

}

.linka:hover {
	font-family: "Trebuchet MS";
	color: #666666;
	font-size: 12px;
	font-weight: bolder;


}

.linkb {

	font-family: Verdana;

	font-size: 10px;

	color: #000000;

	text-decoration: none;

}

.linkb:hover {
	font-family: Verdana;
	color: #000000;
	text-decoration: underline;
	font-size: 10px;

}

.linkc {

	font-family: Verdana;

	font-size: 12px;

	color: #000000;

	text-decoration: none;

}

.linkc:hover {
	font-family: Verdana;
	color: #154827;
	text-decoration: underline;
	font-size: 12px;

}

