
hr.hr1 {color:sienna; width:50%; }
p {margin-left:20px;}
body { }
.hd1, .hd1he {
	border: #1e90ff; 
	border-style: dashed;
	border-width: 1px 1px 0px 1px ;
	background-color: #e7f1f6; 
	font-size:12pt; 
	 -moz-border-radius: 4px;
	 -webkit-border-radius: 4px;
	 -khtml-border-radius: 4px;
	border-radius: 4px; 
	width: 40%; 
}

div.bod1, div.bod1he {
	background-color:#f7fcfe ; 
	border-style: dotted;
	border-width: 0px 1px 1px 1px ;
	font-size:10pt; 
	 width: 40%; /*  */
	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	 -khtml-border-radius: 5px;
	border-radius: 5px; 
}

.hd1he,  div.bod1he {
 direction:rtl; 
 /* position: relative; */ 
 /*  position: fixed;  */ 
 left:50%;  }

 .hd1he {
   position: absolute;
   top:185px; 
   height:15pt;
  }

 div.bod1he {
  position: absolute;
  top:201px;
 }

/* ########################  */

.floatLeft { 
    float: left; 
    margin: 4px; 
}



