﻿table.lNav
{
    float: left;
    clear: none;
}
.lNavItm
{
    font-size: 12px;
    text-align: center;
}
.lNavItm:hover
{
    text-decoration: underline;
}
.lNavDynItm
{
    font-size: 12px;
}
.trail
{
    float: left;
    clear: both;
    width: 98%;
    margin: 10px 1% 10px 1%;
}
.trlCrnt
{
    font-size: 19px;
    font-weight: bolder;
}
.trlOthr
{
    font-size: 13px;
    padding: 3px;
    padding-bottom: 4px;
}
.trlSep
{
    font-size: 14px;
}