body {
	behavior: url(/wf2/wf2/wf2.htc);
	-moz-binding: url(/wf2/wf2/moz-behaviors.xml#wf2.htc);
}
/* olav: */
/*
* { 
behavior:expression((this.repeat)?"url(/wf2/wf2/wf2-repetitionElement.htc)":"");
display: expression((this.repeat=="template")?"none":this.display); 
}
*/
/* moz */
/*
*[repeat] {-moz-binding: url(/wf2/wf2/moz-behaviors.xml#wf2-repetitionElement.htc);}
*[repeat="template"] {  display: none }
*/