.title {
  font-family: Arial, Helvetica;
  font-size: 20px;
  font-weight: bold;
}
.body {
  font-family: Arial, Helvetica;
  font-size: 13px;
}
.bodyTitle {
  font-family: Arial, Helvetica;
  font-size: 16px;
  font-weight: bold;
}
.bodySmall {
  font-family: Arial, Helvetica;
  font-size: 11px;
}
.bodyList {
  font-family: Arial, Helvetica;
  font-size: 11px;
}
.bodyList p {
  margin-left: 10px;
}
.bodyList a {
  text-decoration: none;
}
.bodyList a:hover {
  text-decoration: underline;
}
.cal {
  background-color: #ffffff;
  border: 1px solid #202020;
}
.caltitle {
  line-height: 14pt;
  text-align: center;
  vertical-align: middle;
  background-color: #c0d0ff;
  color: #202020;
  font-family: Geneva, Verdana, Arial;
  font-size: 13px;
  font-weight: bold;
}
.caldotw {
  line-height: 9pt;
  text-align: center;
  vertical-align: middle;
  background-color: #f0f0c0;
  color: #202020;
  font-family: Geneva, Verdana, Arial;
  font-size: 10px;
  font-weight: bold;
}
.caldays {
  font-family: Geneva, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #202020;
  background-color: #d8d8d8;
  line-height: 11pt;
  text-align: center;
  vertical-align: middle;
}
.event {
  background-color: #ffb0b0;
  color: #000000;
  font-weight: bold;
}
