/* CSS Document */
.botao {

	font-family: Verdana;

	color: #FFFFFF;

	background-color: #003399;

	font-size: 12px;

	border: none;

	font-style: normal;

	font-weight: bold;

}

.caixa {

	font-family: Verdana;

	font-size: 11px;

	color: #003399;

}

.linka {

	font-family: "Trebuchet MS";

	font-size: 13px;

	color: #003300;

	text-decoration: none;

}

.linka:hover {
	font-family: "Trebuchet MS";
	color: #003399;
	text-decoration: none;
	font-size: 13px;

}

.linkb {
	font-family: Verdana;
	font-size: 12px;
	color: #003399;
	text-decoration: underline;
}
.linkb:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #ffff00;
	text-decoration: underline;
}

.linkc {
	font-family: Verdana;
	font-size: 9px;
	color: #003399;
	text-decoration: none;
}
.linkc:hover {
	font-family: Verdana;
	font-size: 9px;
	color: #ffff00;
	text-decoration: none;
}
