DIV.panel5 {
  height: 214px;
  margin: 0px 0px 10px 0px;
  width: 214px;
}
DIV.panel5left {
  background-image: url(../images/panel5/left.gif);
  background-position: left top;
  background-repeat: no-repeat;
  float: left;
  height: 214px;
  width: 16px;
}
DIV.panel5div {
  float: right;
  height: 214px;
  width: 198px;
}
DIV.panel5center {
  background-image: url(../images/panel5/center.gif);
  background-position: left top;
  background-repeat: repeat-x;
  float: left;
  height: 214px;
  width: 182px;
}
DIV.panel5right {
  background-image: url(../images/panel5/right.gif);
  background-position: left top;
  background-repeat: no-repeat;
  float: right;
  height: 214px;
  width: 16px;
}
H2.panel5 {
  color: #FFFFFF;
  font-weight: normal;
  margin: 5px 0px 5px 6px;
}
TABLE.calendar {
  color: #FFFFFF;
  margin: 0px 0px 0px 4px;
  width: 174px;
}
TABLE.current_month {
  font-size: 110%;
}
TABLE.calendar TH,
TD.current_month,
TD.other_month {
  font-size: 90%;
}
TD.current_month A,
TD.current_month A:hover,
TD.current_month A:visited {
  color: #000000;
  text-decoration: none;
}
TD.current_month A:hover {
  text-decoration: underline;
}
TD.other_month {
  color: #004080;
}
