/*TP Font Replacement Plugin for Joomla 1.5 from TemplatePlazza.com*/

/* Default style. No need to change */

.tpfont a
{
    cursor: pointer;
    text-decoration: none !important;
}

.tpfont a:hover span
{
    background-position: left bottom;
    background-attachment: scroll !important;
    background-attachment: fixed;
}

.tpfont span
{
    display: inline-block; /*IE Hack */
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
    line-height: 999px;
    letter-spacing: -999px;
    display: -moz-inline-box;
}

@media print
{
    .tpfont span
    {
        background-image: none;
        display: inline;
        line-height: normal;
    }
}
