#MenuBar, #EndCell { display: none }

#TitleCell {
  font-size: 200%;
  font-weight: bold;
  margin-bottom: 20px;
}

.head1 { font-size: 250%; }
.head2 { font-size: 200%; }
.head3 { font-size: 150%; }
.large { font-size: larger }
.small { font-size: smaller }
.clr { display: none }
.cleardiv { clear: both }

.tablehead, .xthed {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.tablecontents, .xtcon {
  margin-left: 10px;
}

.dir {
  display: block;
  width: 220px;
  height: 20px;
  float: left;
}

img.icon {
  width:16px;
  height:16px;
  margin:2px;
  border:none;
}

.dir img {
  display: inline;
  content: attr(alt);
}
.dir img.fr { display: none }