    div.news_header 
    {
      height: 22px;
      align: top;
      padding: 0px;
    }

    td.news_header_left 
    {
    /*  background-image: url("menu_head_left.gif");*/
      width: 22px; 
      height: 22px;
    }

    td.news_header_mid 
    {
     /* background-image: url("menu_head_mid.gif"); */
      height: 22px;
      align: top;
      padding: 0px;
    }

    td.news_header_right 
    {
      /* background-image: url("menu_head_right.gif"); */
      width: 22px;
      height: 22px;
    }

    td.news_body_left 
    {
     /* background-image: url("news_body_left.gif");*/
      width: 3px; 
    }

    td.news_body_mid 
    {
      /* background-image: url("news_body_mid.gif"); */
      padding: 4px;
    }

    td.news_body_right 
    {
      /* background-image: url("news_body_right.gif"); */
      width: 3px;
    }
    
    .page_link A:link    {text-decoration: underline; color: #c3776a; }
    .page_link A:visited {text-decoration: underline; color: #c3776a; }
    .page_link A:active  {text-decoration: underline; color: #c3776a; }
    .page_link A:hover   {text-decoration: underline; color: #c39c96; }

    .news_item a:link   {text-decoration: underline;}
    .news_item a:visited   {text-decoration: underline;}
    .news_item a:active   {text-decoration: underline;}
    .news_item a:hover   {text-decoration: underline;}

    div.news_header_text 
    {
      text-align: center;
      padding-top: 2px;
      color: fff2d6;
      font-size: 10pt;
      font-family: Helvetica;
      font-weight: bold;
    }

