  TABLE.table
  {    
      font-size: 14px;
      FONT-FAMILY: Arial (Hebrew);
  } 
  
  a:link 
  {
   color:#003399;
   fontSize: 100%;
  }
  
  a:visited 
  {
    color:#003399;
  }
  a:hover 
  {
    color:red;
  }
  a:Active 
  {
  color:firebrick;
  }
  
  TD.BottomBorder
  {
      BORDER-BOTTOM: black 1px solid
  }
  
  TD.TopBorder
  {
      BORDER-Top: black 1px solid
  }
  
  TD.RightBorder
  {
      BORDER-RIGHT: black 1px solid;
      PADDING-RIGHT: 1px;
  }

  TABLE.Border
  {
      BORDER-BOTTOM: black 1px solid;
      BORDER-LEFT: black 1px solid;
      BORDER-RIGHT: black 1px solid;
      BORDER-TOP: black 1px solid
  }
    
  A.goto
    {
      font-size: 10pt;
    	text-decoration: none; 
      font-weight: bold;
      color: #044174;
    }
    
A:VISITED.goto
    {
      text-decoration: none;
      font-weight: bold;
	    color : #044174;
    }
 
A:HOVER.goto
    {
      text-decoration: underline;
      font-weight: bold;
	    color : #0B59FD;
    }

A.gotoSmall
    {
      font-size: 7pt;
    	text-decoration: none; 
      font-weight: bold;
      color: #044174;
    }
    
A:VISITED.gotoSmall
    {
      text-decoration: none;
      font-weight: bold;
	    color : #044174;
    }
 
A:HOVER.gotoSmall
    {
      text-decoration: underline;
      font-weight: bold;
	    color : #0B59FD;
    }    

A.section
    {
      font-size: 10.5pt;
    	text-decoration: none; 
      font-weight: bold;
      color: #044174;
    }
    
A:VISITED.section
    {
       font-size: 10.5pt;
      text-decoration: none;
      font-weight: bold;
	    color : #044174;
    }

A.section2
    {
      font-size: 10.5pt;
    	text-decoration: none; 
      font-weight: bold;
      color: #044174;
    }
    
A:VISITED.section2
    {
       font-size: 10.5pt;
      text-decoration: none;
      font-weight: bold;
	    color : #044174;
    }

A.section3
    {
      font-size: 10.5pt;
    	text-decoration: none; 
      font-weight: bold;
      color: #044174;
    }
    
A:VISITED.section3
    {
       font-size: 10.5pt;
      text-decoration: none;
      font-weight: bold;
	    color : #044174;
    }
    
A.title
    {
      text-decoration: none;
      font-weight: bold;
	    color : #F46600;
    }
    
A:VISITED.title
    {
      text-decoration: none;
      font-weight: bold;
	    color : #F46600;
    }

A.title2
    {
      text-decoration: none;
      font-weight: bold;
	    color : #F10421;
    }
    
A:VISITED.title2
    {
      text-decoration: none;
      font-weight: bold;
	    color : #F10421;
    }
    
A.title3
    {
      text-decoration: none;
      font-weight: bold;
	    color : #98308F;
    }
    
A:VISITED.title3
    {
      text-decoration: none;
      font-weight: bold;
	    color : #98308F;
    }
    
TD
  {
    font-family: arial;
  }
    
TD.top 
    {
    	border-top : none;
    	border-bottom : none;
    	border-left : 1px solid #F46600;
    	border-right : 1px solid #F46600;
    }
    
TD.top2
    {
    	border-top : none;
    	border-bottom : none;
    	border-left : 1px solid #F10421;
    	border-right : 1px solid #F10421;
    }
    
TD.top3
    {
    	border-top : none;
    	border-bottom : none;
    	border-left : 1px solid #98308F;
    	border-right : 1px solid #98308F;
    }
    
TD.bottom3
    {
    	border-top : none;
    	border-bottom : 1px solid #98308F;
    	border-left : 1px solid #98308F;
    	border-right : 1px solid #98308F;
    }
    
TD.bottom2
    {
    	border-top : none;
    	border-bottom : 1px solid #F10421;
    	border-left : 1px solid #F10421;
    	border-right : 1px solid #F10421;
    }
    
TD.bottom 
    {
    	border-top : none;
    	border-bottom : 1px solid #F46600;
    	border-left : 1px solid #F46600;
    	border-right : 1px solid #F46600;
    }
