FONT.texto {
	font-family: Verdana;
	font: 12px;
	color: black;
}

FONT.resaltado {
	font-family: Verdana;
	font: 12px;
	color: black;
	font-weight: bold;
}

FONT.piepagina {
	font-family: Verdana;
	font: 10px;
	color: #d1d1cd;
	font-weight: bold;
}

.Menu {
	font-family: Verdana;
	text-decoration : none;
	font: 11px;
	color: #A5E5A5;
	font-weight: bold;
	cursor: default;
}

.MenuResaltado {
	font-family: Verdana;
	text-decoration : none;
	font: 12px;
	color: green;
	font-weight: bold;
	cursor: default;
}

.MenuDeshabilitado {
	font-family: Verdana;
	text-decoration : none;
	font: 12px;
	color: black;
	font-weight: bold;
	cursor: default;
}