
.center    {
      direction:rtl;
      text-align:center;
      font-family: "Tahoma";
	  color:#000000;
     }     
.bold    {
      direction:rtl;
      font-weight:"bold";
      color:#000000;
     }
p    {
      direction:rtl
      text-align:justify;
      align:right;
	  font-family: "Tahoma";
      font-size: 11pt;
	  color:#000000;
     }
     
h2   {
      text-align: center;
      font-size: 18pt;
      font-family: "Tahoma";
      margin-top:2em;
      margin-bottom:1em ;
     }

h3   {
      font-size: 14pt;
      font-family: "Tahoma";
      margin-top:4px;
      margin-bottom:4px ;
     }

h4   {
      font-size: 13pt;
      font-family: "Tahoma";
      margin-top:4px;
      margin-bottom:4px ;
     }

h5   {
      font-size: 12pt;
      font-family: "Tahoma";
      margin-top:1pt;
      margin-bottom:1pt ;
     }

h6   {
      font-size: 11pt;
      font-family: "Tahoma";
      margin-top:4px;
      margin-bottom:4px ;
     }

li   {
      text-align: right;
      font-size: 11pt;
      font-family: "Tahoma";
     }
     
a:link    {
           text-decoration:none;
           color:#0003cb;
          }

a:hover   {
           text-decoration:none;
           color:#92c5fc;
          }

a:visited {
           text-decoration:none;
           color:#000099;
          }


td   {
      font-family: Tahoma;
      font-size:11pt;
      margin-right:3px;
      valign:top ;
     }
     
th  {
      font-family: Tahoma;
      font-size:11pt;
      font-weight: bold;
      align:right;
      valign:top ;
     }