.ChamadaMenu {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	background-color: #003366;
	text-decoration: none;
}
.LinksMenu {
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	padding: 2px;
}
.BordaGeral {
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

