﻿@media print
{
    .news_noprint
    {
        display: none;
    }
    .bodyPanel,
    div.bodyText
    {
        width: 8.5in;
        color: Black;
    }
    .bodyText h2
    {
        font-size: 14pt;
        color: Black;
    }
    .bodyText p,
    .bodyText strong
    {
        font-size: 12pt;
        color: Black;
    }
}
