/*@media screen {*/
   BODY {
      background:#999999; color:black;
      font-size:13px;
      line-height:17px;
      font-family:arial,sans-serif; /*"font name" or serif,sans-serif,cursive,fantasy,monospace*/
      font-style:normal; /*normal,italic,oblique*/
      font-variant:normal; /*normal,small-caps*/
      font-weight:normal; /*(IE does not implement) normal,bold,bolder,lighter,100,200 ... 900*/
      font-stretch:normal; /*(not implemented) normal,wider,narrower,condensed,expanded,...*/
      text-indent:0; /*first line indent*/
      text-align:left; /*left,right,justify,center*/
      text-decoration:none; /*none,underline,overline,line-through,blink(blink not implemented)*/
      text-shadow:none; /*not implemented*/
      letter-spacing:normal; /*extra kerning*/
      word-spacing:normal; /*extra spacing*/
      text-transform:none; /*none,capitalize(initial caps),uppercase,lowercase*/
      white-space:normal; /*normal,pre,nowrap - treatment of whitespace in HTML source*/
      }

   TABLE {
      background:white; margin:0; border:0; padding:0;
      border-collapse:collapse;
      }
   TD { margin:0; border:0; padding:0.5ex; font-size:13px; line-height:17px; }
   TD.sect_sep { background:black; padding:0; width:5px; height:5px; }
   TD.sect_img { background:#EEAA00; padding:0; }
   TD.sect_menu { background:#444444; color:#FFFFFF; padding:0.5ex; font-size:15px; line-height:25px; }
   TD.sect_content { background:white; padding:1ex; font-size:13px; line-height:17px; }
   TD.sect_footer { background:white; padding:0.5ex; font-size:11px; line-height:13px; }

   SPAN.larger { font-size:125%; }

   HR { color:black; }

   a {
      color:#440000;
      margin:0; padding:0;
      font-weight:normal;
      text-decoration:underline;
      }
   a:visited { color:#660000; }
   a:hover { font-weight:bold; }
   
   a.menu {
      color:white;
      margin:0; padding:0;
      font-weight:normal;
      font-size:13px;
      text-decoration:none;
      }
   a.menu:visited { color:white; font-weight:normal; font-size:13px; }
   a.menu:hover { font-weight:bold; }

   /*}*/ /*@media screen*/

