html{
	overflow : hidden;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}

body {
    padding: 0px;
    font-family:Arial;
/*	overflow	: hidden;
    height: 200px;*/
    margin: 1px 0px 1px 0px;
    padding: 0px;
    color:#FFFFFF;
    background-color: #09498A;

background-image: url(../images/highslide/pop-back.gif);
background-repeat: repeat-x;
background-position: 0px -32px;
}

.clear{
  clear: both;
  line-height: 0px;
  font-size: 0px;
}


p{
  margin: 10px 0px 15px 0px;
  padding: 0px;
  text-align: justify;
}

h1{
  font-size: 22px;
  font-weight: bold;
  margin: 0px 0px 20px 0px;
  font-family: Times New Roman;
  font-style: italic;
  border-bottom: 1px dotted #CFE6FC;
  padding-bottom: 5px;
}

h2{
  font-size: 16px;
  font-weight: bold;
  margin: 0px 0px 3px 0px;
}

hr{
  border: none;
  border-bottom: 2px dotted #C2DDF8;
  margin: 30px 10px 30px 10px;
  clear: both;
  line-height: 0px;
  font-size: 0px;
}

.bb{
  border-bottom: 2px dotted #C2DDF8;
  margin: 0px 0px 30px 0px;
  clear: both;
  padding-bottom: 10px;
}



.en #scroll-content img{
  position: relative;
  float: left;
  margin: 4px 10px 6px 0px;
  border: 1px solid #074785;
}

.he #scroll-content img{
  float: right;
  margin: 4px 0px 6px 10px;
  border: 1px solid #074785;
}




#menu{
  margin: 10px 20px 16px 20px;
  text-align: center;
  width:640px;
  background-color: #FFFFFF;
  padding: 6px 0px 6px 0px;
}

#menu a{
  text-decoration: none;
  color: #033364;
  font-size: 14px;
  font-weight: bold;
}

#menu a:hover{
  text-decoration: underline;
  color: #02284F;
}




/* ====== Full Page ====== */

.enfull, .hefull{
  overflow: auto !important;
  height: auto !important;
  background-color: #033364 !important;
}

.hefull{
  direction: rtl;
}



.enfull #scroll-container, .hefull #scroll-container{
  margin: 0px 20px 0px 20px;
  overflow: visible;
  position	: static;
  height: auto;
  width       : 640px;
}

.enfull #scroll-content, .hefull #scroll-content{
  position	: static;
  width     : 620px;
  height: auto;
}

.enfull #scroll-out, .hefull #scroll-out{
  display: none;
}


.hefull #scroll-container {
    margin-left:28px;
    text-align: right;
    direction: rtl;
    border-left : none;
    border-right: 1px solid #FFFFFF;
    margin-left: 0px;
    margin-right: 20px;
}

.hefull #scroll-content {
    margin-left: 0px;
    margin-right: 20px;
    padding-right: 0px;
}


