/* CSS Document */
.botao {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	background-color: #003366;
	font-size: 12px;
	border: none;
	font-style: normal;
	font-weight: bolder;

}

.caixa {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #003366;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;

}

.menu {
	font-family: "Segoe Print";
	font-size: 16px;
	color: #034A82;
	text-decoration: none;

}

.menu:hover {
	font-family: "Segoe Print";
	color: #FFCC00;
	font-size: 16px;
	
}
.detalhes {
	font-family: Arial;
	font-size: 13px;
	color: #003366;
	text-decoration: underline;

}

.detalhes:hover {
	font-family: Arial;
	color: #003366;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	
}
.rodape{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #003366;
	text-decoration: underline;

}

.rodape:hover {
	font-family: "Trebuchet MS";
	color: #8CE122;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	
}
.geral{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #003366;
	text-decoration: underline;

}

.geral:hover {
	font-family: "Trebuchet MS";
	color: #66CC00;
	font-size: 12px;
	text-decoration: none;
	
}

