    div.screens_header 
    {
      background-image: url("screens_head_bg.gif");
      height: 20px;
      width: 163px;
      align: top;
      font-size: 10pt;
      font-family: Helvetica;
      font-weight: bold;
      color: fff2d6;
      padding: 0px;
      margin: 0px;
    }

    div.screens_item 
    {
      width: 163px;
      padding-top: 3px;
      font-size: 12pt;
      font-family: times;
      align: top;
      color:DCD7B9;
      color: 221512;
      background-image: url("screens_item.gif");
    }

    a.screens_link:link
    {
      color: fffff;
      background-color: transparent;
    }

    a.screens_link:visited
    {
      color: fffff;
      background-color: transparent;
    }

    a.screens_link:hover
    {
      color: 221512;
      background-color: transparent;
    }

    a.screens_link:active
    {
      color: fffff;
      background-color: transparent;
    }


    div.screens_bottom
    {
      padding: 0px;
      margin: 0px;
      height: 9px;
      width: 163px;
      font-size: 6pt;
      background-repeat: no-repeat;
      align: top; 
      background-image: url("screens_item_bottom.gif");
    }
    
    img 
    {
      border-style: none; 
      margin: 0px;
      padding: 0px;
    }