div.sidebar {
  background:       #eef;
  font-family:      "tahoma";
  font-weight:      normal;
  font-size:        larger;
/*  text-transform:   lowercase; */
}

td.sidehead {
  font-family:      "tahoma";
  font-weight:      normal;
  font-size:        large;
}

td.sideheadsel {
  font-family:      "tahoma";
  font-weight:      bold;
  font-size:        large;
}

.sidetop { 
  background: url(../images/tr_corner.jpg) no-repeat top right; 
}

.sidebottom {
  background: url(../images/br_corner.jpg) no-repeat bottom right; 
}

img.barcorner {
   width: 15px;
   height: 15px;
   border: none;
   display: block;
}

td.sideels {
  font-family:      "tahoma";
  font-weight:      normal;
  font-size:        small;
}

td.sideels-sel {
  font-family:      "tahoma";
  font-weight:      bold;
  font-size:        small;
}

a.sidebar {
  text-decoration: none;
  color:            #333;
}

a.sidebar:hover {
  color:            #777;
  text-decoration: underline;
}
