/* === COMMON === */
#f-content h3
{
    font-weight: bold;
}
#f-content strong
{
    font-weight: normal;
}
#f-content a
{
    color: rgb(255,0,0);
}
#f-content .special
{
    font-weight: bold;
    color: rgb(255,0,0);
}
#f-content strong.name
{
    color: rgb(200,0,200);
}




#f-content table
{
    font-size: 1em;
    text-align: left;
}
#f-content td
{
    border: 0px;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}


#f-content td.text                 {line-height:14px}
#f-content .doublecolsmall td.text {width:400px}
#f-content .doublecolmiddle td.text{width:330px}
#f-content .tripplecol td.text     {width:230px}


#f-content .doublecolsmall td.image {width:168px}
#f-content .doublecolmiddle td.image{width:238px}
#f-content .tripplecol td.image     {width:188px}

#f-content td.image.left{text-align:left}
#f-content td.image.right{text-align:right}

