body			
{	
/*  background-color: #e7ece8;*/
  background-color: #eef2f1;
  background-position: top left;
  background-image: url("./img/bg.gif");
  background-repeat: repeat-y;
  /*background-attachment: fixed;*/
  
  font-size: 10pt;
  font-family: arial;
  color: #00765c;

  scrollbar-arrow-color:#00765c;
  scrollbar-track-color:#E8E4EF;
  scrollbar-shadow-color:#00765c;
  scrollbar-face-color:#D0C8E0;
  scrollbar-highlight-color:#D0C8E0;
  scrollbar-darkshadow-color:#D0C8E0;
  scrollbar-3dlight-color:#E8E4EF;
}

