#calendar table {
  margin-bottom: 1em;
}
#calendar th, #calendar td {
  font-size: xx-small;
  text-align: center;
}
#news {
  padding: 0.5em 0.5em 0.5em 1em;
  height: 200px;
  overflow: auto;
  scrollbar-face-color: #EEEEEE;
  scrollbar-arrow-color: #000000;
  scrollbar-3dlight-color: #EEEEEE;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-darkshadow-color: #000000;
  scrollbar-shadow-color: #666666;
}
th, td {
  font-size: 12px;
  color: #666666;
}
.red {
  color: #FF0000;
}
.blue {
  color: #0099CC;
}
.bluebgy {
  background-color: #FFFFFF;
  background-image:   url(../sports_img/blue-ybg.gif);
  background-repeat: repeat-x;
}
.bluebgx {
  background-color: #FFFFFF;
  background-image:   url(../sports_img/blue-xbg.gif);
  background-repeat: repeat-y;
}
.greenbgy {
  background-color: #FFFFFF;
  background-image:   url(../sports_img/green-ybg.gif);
  background-repeat: repeat-x;
}
.greenbgx {
  background-color: #FFFFFF;
  background-image:   url(../sports_img/green-xbg.gif);
  background-repeat: repeat-y;
}
.line140 {
  margin-left: 1em;
  line-height: 140%;
}