/* CSS Document */
.botao {

	font-family: Tahoma;

	color: #FFFFFF;

	background-color: #339999;

	font-size: 12px;

	border: none;

	font-style: normal;

	font-weight: normal;

}

.caixa {

	font-family: Verdana;

	font-size: 12px;

	color: #666666;

}

.linka {

	font-family: Verdana;

	font-size: 10px;

	color: #666666;

	text-decoration: underline;

}

.linka:hover {
	font-family: Verdana;
	color: #339999;
	text-decoration: blink;
	font-size: 10px;

}

.linkb {

	font-family: Verdana;

	font-size: 10px;

	color: #FFFFFF;

	text-decoration: overline;

}

.linkb:hover {
	font-family: Trebushe;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;

}

.linkc {

	font-family: "Trebuchet MS";

	font-size: 12px;

	color: #FFFFFF;

	text-decoration: none;

}

.linkc:hover {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;


}

.geral {

	font-family: Tahoma;

	font-size: 12px;

	color: #666666;

	text-decoration: underline;

}

.geral:hover {
	font-family: Tahoma;
	color: #339999;
	text-decoration: none;
	font-size: 12px;

}
