.menu {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;	
}
.menu:link {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;	
}
.menu:hover {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
	color: #666666;		
}
.textoAuxo {
	font-family: Tahoma, Arial, Geneva, Helvetica;
	font-size: 9px;
	color: #999999;
}
.textoAuxo:link {
	font-family: Tahoma, Arial, Geneva, Helvetica;
	font-size: 9px;
	color: #999999;
}
.textoAuxo:hover {
	font-family: Tahoma, Arial, Geneva, Helvetica;
	font-size: 9px;
	color: #444444;
	text-decoration: underline;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #757473;
	font-size: 10px;
}
