.iePNG      {
   filter:expression(fixPNG(this));
}

a.inner        {
   text-decoration:none;
   border-bottom:1px dashed black;
   color:black;
}

.bold       {   font-weight:bold; }
.norm       {   font-weight:normal; }

.abs        {   position:absolute;  }
.float-left {   float:left;  }
.float-right{   float:right;  }
.big        {   font-size:24px;  }
.average    {   font-size:12px;  }
.bold       {   font-weight:bold;   }
.normal     {   font-weight:normal;   }
.clear      {   clear:both;   }
.hidden     {   visibility:hidden;   }
.none       {   display:none; }
.floatleft  {   float:left;   }
.floatright {   float:right;   }
.relative   {   position:relative;   }
.block      {   display:block;   }