/* DEFAULT STYLE FOR TOPICS.PHP */


#topics .pagetitle {
    font-size: 140%;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
    font-weight: bold;
}

#topics .pagesubtitle {
    font-size: 125%;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-style: italic;
}

#topics table
{
    width: 100%;
}

#topics td
{
    margin: 5px;
}

#topics .topicimg
{
    margin: 20px 0 10px 0;
    width: 60px;
    height: 60px;
}

#topics .bullet1
{
    width: 10px;
    height: 9px;
}

#topics .bullet2
{
    width: 12px;
    height: 12px;
}

/* CSS FOR NN4 ONLY */

/*/*/ /*/
#topics .pagetitle {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 20px;
}

#topics .pagesubtitle {
    font-size: 16px;
}
/* N4 only */
