/*$Id: n4.js,v 1.1 2003/10/16 15:03:30 ecki Exp $ */
  with(document){
  
    with (tags.body){
    backgroundColor= "#ffffff";
    fontSize="small";
    border="none";
    margins (0, 15, 15, 0); 
   // paddings (-15, -15, -15, -15);
  }
   with (tags.td){
     fontSize="small";
     verticalAlign="top;"
   }
 
  with (contextual(tags.A, tags.IMG)){
    color="#ffffff";
  }  

   with (ids.left){
    backgroundColor= "#e8ebf0";
   }

   with (ids.widthBlock){
    backgroundColor= "#e8ebf0";
   }
   
   with (classes.left){
    backgroundColor= "#e8ebf0";
   }
 
  with (contextual(ids.layout3col, ids.right)){
    backgroundColor= "#e8ebf0";
    fontSize="9";
  }
  with (tags.ul){
    margins (0, 0, 0, -15); 
    paddings (0, 0, 0, 0);
  }
  with (tags.li){
    margins (0, 0, 0, 0); 
    paddings (0, 0, 0, 0);
  }

  with ( ids.widthBlock){
    margins (20, 0, 0, 0); 
    paddings (0, 0, 0, 0);
    backgroundColor= "#17528e";
    borderWidth="thin";
    borderStyle="none";
    borderColor=backgroundColor;
  }
  with (contextual( ids.widthBlock, tags.IMG)){
    backgroundColor= "#17528e";
    borderColor= backgroundColor;

  }
 


  with ( ids.logo){
    align="right";
    paddingTop="-30";
  }
  with ( tags.table){
    clear="both";
  }
    
  }
  
 