/*
 * Generic style sheet for modules.
 * Contains styles that all modules (may) use.
 * Date: 26 May 2005
 * Author: Alex van Oostenrijk
 */

.banner
{
  width: 100%;
  padding: 3px;
  text-align: left;
  text-indent: 0px;
  background-color: #bbbbbb;
  font-weight: bold;
  margin-bottom: 5px;
}
