/* $Id: vle.css 737 2008-04-08 18:06:05Z rbk $ */
#welcome-banner {
  font-size: larger;
  font-style: bolder;
}

.required {
  color: red;
}

.even {
  background-color: #EEEEEE;
}

.odd {
  background-color: #DDDDDD;
}

.no-link {
  text-decoration: none;
  color: #000000;
  cursor: default;
}
