table.calendar {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color:black ;
	background-color:#D6EAE6;
}
td.cal_today{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight:500;
	color: #000000;
	background-color:#D1DBD9;
}
td.cal_weekday{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight:500;
	color: #000000;
	text-align:center;
	background-color:#9BBFBF;
}
td.cal_month{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight:600;
	text-align:center;
	color: #A80000;
}
td.cal_weekend{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	text-align:center;
	background-color:#CFCFCF;
}
td.cal_day{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	text-align:center;
	background-color:white;
}
td.cal_date{
	background-color:white;
}
a.calendar:link {
	color: blue;
	text-decoration: none;
}
a.calendar:hover {
	color: blue;
	text-decoration:none;
}
a.calendar:visited {
	color: blue;
	text-decoration: none;
}
