/* scroller background: iframe BODY object */
.Back {
  background: #EAF4F6; /* light blue  */
  /* background-image: url(/images/blu_grad_02.jpg);background-repeat:repeat-x;  */
}
/* style to be applyed to all items' bodies - DIV
  all local stylesheets of external files if any are to be ignored */
.ItemBody {
  font-family: Verdana;
  font-size: 11px;
  padding: 2px;  
  text-align: center;   /* added K20080212 works for IE*/
  align:middle;
}