img { -ms-interpolation-mode:bicubic; }
body {
  font-family: "Trebuchet MS", sans-serif;
}

/* Overall */
ul.NoBulletNoIndent {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px
}

textarea {
overflow:auto;
}

.dfloat 
{
float: right;
display:none;
width:200px;
border:1px solid rgb(0, 0, 0);
padding:5px;background-color:#eeeeee;
}