.lnk, .lnk:visited{
    text-decoration: none;
}
.lnk:hover{
    text-decoration: none;
}
.lnk:active{
    text-decoration: none;
}


.lnkAdvCurr {
	text-decoration: none;
	color : #2F4F4F;
}
.lnkAdvCurr:hover{
	text-decoration:underline;
	background-color: #DCDCDC;
	color : #2E8B57;
}
.lnkCliList{
	text-decoration: none;
	color : #191970;
	font-family: "Times New Roman", Times, serif;
    font-size: 16px;
}
.lnkCliList:visited{
	text-decoration: none;
	color : #191970;
	font-family: "Times New Roman", Times, serif;
    font-size: 16px;
}
.lnkCliList:hover{
	text-decoration: none;
	color : #191970;
	font-family: "Times New Roman", Times, serif;
    font-size: 16px;
}

.lnkGeral{
	text-decoration: none;
	color : Blue;
}
.lnkGeral:hover{
	text-decoration: none;
	font-weight : bold;
	color : #00008B;
}
.lnkGeral:visited{
	text-decoration: none;
	color : Blue;
}

.lnkSimples{
	text-decoration: none;
	color : Blue;
}
.lnkSimples:visited{
	text-decoration: none;
	color : Blue;
}


