/* CSS Document */
.botao {

	font-family: Tahoma;

	color: #FFFFFF;

	background-color: #333366;

	font-size: 11px;

	border: none;

	font-style: normal;

	font-weight: bolder;

}

.caixa {

	font-family: Arial;

	font-size: 12px;

	color: #333366;

}

.menu {

	font-family: verdana;

	font-size: 12px;

	color: #333366;

	text-decoration: none;

}

.menu:hover {
	font-family: verdana;
	color: #333366;
	text-decoration: overline;
	font-size: 12px;
	
}
.detalhes {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #003366;
	text-decoration: none;

}

.detalhes:hover {
	font-family: "Trebuchet MS";
	color: #FFCC00;
	font-size: 12px;
	font-weight: normal;
		text-decoration: none;
	
}
.rodape{
	font-family: tahoma;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;

}

.rodape:hover {
	font-family: tahoma;
	color: #FFffff;
	font-size: 10px;
	font-weight: normal;
		text-decoration: none;
	
}
.geral{
	font-family: arial;
	font-size: 12px;
	color: #66CC00;
	text-decoration: underline;

}

.geral:hover {
	font-family: arial;
	color: #66CC00;
	font-size: 12px;
		text-decoration: none;
	
}
