body { background-color:#FFFFFF;font-family:arial,helvetica;font-size:11pt;color:#000000;

		scrollbar-shadow-color:#FFFFFF;
		scrollbar-arrow-color:#666666;
		scrollbar-face-color:#FFFFFF;
		scrollbar-darkshadow-color:#FFFFFF;
		scrollbar-track-color:#FFFFFF;
		scrollbar-highlight-color:#FFFFFF;
		scrollbar-base-color:#FFFFFF;
		scrollbar-3dlight-color:#FFFFFF;
}
.thome {font-family:arial,helvetica;font-size:9pt;color:#000000;}
.thomei {font-family:arial,helvetica;font-size:9pt;color:#000000;font-style:italic;}
.title {font-family:arial,helvetica;font-size:11pt;color:#000000;font-weight:bold;}
.flow {font-family:arial,helvetica;font-size:9pt;color:#000000;font-weight:normal;}

a {color:#808080;font-size:9pt;text-decoration:none}
a:hover {color:#A75F4E;}





      #box1, #box2 {
         width: 150px;
         height: 300px;
         /*padding: .5em;*/
         /*border: 2px solid black;*/
         color: black;
	   position: fixed;
      }
      #box1 {
         /*background-color: #ffe;*/
         position: absolute;		 
         top: 0;
         left: 0;
         position: expression("absolute");
         top: expression(document.body.scrollTop - this.offsetHeight + this.offsetHeight);
      }
      #box1[id] {
         position: fixed;
      }
      #box2 {
         background-color: #ffd;
         position: fixed;
         top: 100px;
         left: 300px;
         position: expression("absolute");
         top: expression(parseInt(document.body.scrollTop + 100));
      }
      #box2[id] {
         position: fixed;
      }
