/* FADE-IN PAGE */
html {
-webkit-animation: fadein 1s;
-moz-animation: fadein 1s;
-ms-animation: fadein 1s;
-o-animation: fadein 1s;
animation: fadein 1s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
/* FADE-IN PAGE */



.BodyTable{
  background: url('../IMG/BckBG-4.png');
  width: 1100px;
  height: auto;
  margin-left: auto; 
  margin-right: auto;
  float: none;
}

.BodyTable p{
  width: 920px;
  height: auto;
  color: #454545;
  text-align: justify;
  font-size: 17px;
  font-family: 'IranSans-Light' , 'Eng2';
  direction: rtl;
}

.BodyTable h1{
  width: 920px;
  height: auto;
  color: #454545;
  text-align: justify;
  font-size: 16px;
  font-family: 'Eng1' , 'IranSans-Light' , 'Eng2';
  direction: rtl;
  line-height: 20px;
  font-weight: 400;
}

.BodyTable h4{
  width: 920px;
  height: auto;
  color: #454545;
  text-align: justify;
  font-size: 16px;
  font-family: 'Eng1' , 'IranSans-Light';
  direction: rtl;
  line-height: 20px;
  font-weight: 400;
}