td {font-family: Tahoma, Verdana, sans-serif; font-size: 12px;}
td a {color:#000000; text-decoration: none; font-weight:bold; font-size: 11px;}
td a:hover { color:#FF0000; text-decoration: none; font-weight:bold; font-size: 11px;}
a.info{
    position:relative;
    z-index:02; background-color:#990F0D;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:02; background-color:#990F0D}

a.info span{display: none}

a.info:hover span{ 
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#fff; color:#000;
    text-align: center}

a.info_curr{
    position:relative;
    z-index:02; background-color:#FFFFFF;
    color:#000;
    text-decoration:none}

a.info_curr:hover{z-index:02; background-color:#FFFFFF}

a.info_curr span{display: none}

a.info_curr:hover span{ 
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#fff; color:#000;
    text-align: center}