.calendar_title {
  font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}

A.calendar_title_nav:link {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	text-decoration: none;
}
A.calendar_title_nav:visited {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	text-decoration: none;
}
A.calendar_title_nav:hover {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	text-decoration: underline;
}
A.calendar_title_nav:active {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	text-decoration: underline;
}

TD.calendar_header {
  font-family		:	Arial, Verdana, Geneva, helvetica, sans-serif;
  color			:	#666666;
  font-size		:	11px;
  font-weight		:	bold;
  border		:	solid #CCCCCC 1px;
  background-color	:	#DDD2AF;
}

TD.calendar_default {
  font-family		:	Arial, Verdana, Geneva, helvetica, sans-serif;
  color			:	#666666;
  font-size		:	10px;
  font-weight		:	normal;
  border		:	solid #CCCCCC 1px;
  background-color	:	#FFFFFF;
}

TD.calendar_today {
  font-family		:	Arial, Verdana, Geneva, helvetica, sans-serif;
  color			:	#666666;
  font-size		:	10px;
  font-weight		:	normal;
  border		:	solid #CCCCCC 1px;
  background-color	:	#ECE9D8;
}

A.calendar_link:link	{ font-size: 10px; color: #990000; text-decoration: none }
A.calendar_link:visited	{ font-size: 10px; color: #990000; text-decoration: none }
A.calendar_link:hover	{ font-size: 10px; color: #FF0000; text-decoration: underline }
A.calendar_link:active	{ font-size: 10px; color: #FF0000; text-decoration: underline }
