@CHARSET "windows-1255";
body{background-color: white;font-family:sarif;}
            .center{text-align:center;}
            .right{float:right}
 #skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}

#skip-link a:link, #skip-link a:visited {
  background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
  opacity:1;
  background-color: #000000;
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  opacity:0.6;
  background-color: #000000;
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

.element-invisible {
  border: 0 none;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.element-invisible.element-focusable:active, .element-invisible.element-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  width: auto;
}
  

.cellsBlock1 { 
     display: flex;
    flex-wrap: wrap;
    justify-content: space-around;/*between;*/
   float:right;
   padding-left:5px;
}
.cellsBlock2 { 
     display: flex;
    flex-wrap: wrap;
    justify-content: space-around;/*between;*/
   float:left;
   padding-right:5px;
}

.image-figure {
    /*width: 350px;*/
    border: 0px solid;
    /*margin-bottom: 26px;*/
}

figure{padding:0px;  margin:0px;padding-left:0px;}
.position_img {  /*  top: 6px;
    position: relative;*/
}
.center {text-align: center;}
.color1 {font-size:medium; color:rgb(51, 102, 0);text-decoration: none;}
a {font-size:medium; color:rgb(51, 102, 0); border-bottom:rgb(51, 102, 0);}
/*a{text-decoration: none;}*/

div.table {
   border: 1px outset grey;
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    width: 25%;
    border-spacing: 2px;    
}
div.table2 {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

div.table3 {
    margin: 3px;
    border: 2px inset grey;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    width: 98%;
    border-spacing: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
}

a img{border:0px;}
h1{font-size:1.7em;    font-weight: bold;}
h2{font-size:1.1em;    font-weight: bold;}
address{font-size: 1.2em;
    font-style: normal;}
    .bold{font-style:italic;}

a:-webkit-any-link {
    color: -webkit-link;
    text-decoration: underline;
    cursor: auto;
}

