/*CSS code from www.fu2k.org - In search of the One True Layout*/
.helpTitle{
    font-size: 16px;
    color: #005858;
    font-weight: bold;
}

.helpReply{
    font-size: 12px;
    color: #005858;
    padding-top: 10px;
}


.helpUL{
    list-style-type: decimal;
    padding-left: 10px;
    font-size: 12px;
    color: #005858;
}

.helpUL1{
    list-style-type:square
    padding-left: 10px;
    font-size: 12px;
    color: #005858;
}

.helpUL_sub{
    list-style-type:lower-alpha;
}

.helpUL_None{
    list-style-type:none;
    padding-left: 15px;
    font-size: 12px;
    color: #005858;
}
.helpSubtitle{
    font-size: 12px;
    color: #005858;
    font-weight: bold;
     padding-top: 8px;
}