/* Redefine address links */
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {color:#FF3300;}


/* Left Menu Items for Funds and Speciality Funds */
.LeftMenuText {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF
    line-height: 14px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}

/* Redefine address links specifically for .LeftMenuText */
.LeftMenuText A:link {color: #FFFFFF;}
.LeftMenuText A:visited {color: #FFFFFF;}
.LeftMenuText A:active {color: #FFFFFF;}
.LeftMenuText A:hover {color: #FFFFFF;}

