.calendarHeader  {
	background: #f5f5f5;
	font: 12 Arial;
	color: black;
}
.yearHeader {
	background: #f5f5f5;
	font: 12 Arial;
	color: black;
	border-top: 1px solid #bbbbbb;
        border-bottom: 1px solid #bbbbbb;
        border-left: 1px solid #bbbbbb;
        border-right: 1px solid #bbbbbb;
}
.calendarToday {
	background: #bbbbbb;
	font: 12 Arial;
	color: black;
	text-align: center;
}
.calendar {
	background: white;
	font: 12 Arial;
	color: black;
        text-align: center;
}
a#clink {
     display: block;
     text-decoration: underline;
     color: #000000;
     background: #ffffff;
     font: 12 Arial;
     text-align: center;
}
a#clink:hover {
     background: #bbbbbb;
     text-decoration: none;
     color: #000000;
}			
a#ctlink {
     display: block;
     text-decoration: underline;
     color: #000000;
     background: #f5f5f5;
     font: 12 Arial;
     text-align: center;
}
a#ctlink:hover {
     background: #bbbbbb;
     text-decoration: none;
     color: #000000;
}

a#aclink {
     display: block;
     text-decoration: none;
     color: #000000;
     background: #ffffff;
     font: 12 Arial;
     align:left;
     text-align:left;
}
a#aclink:hover {
     background: #bbbbbb;
     text-decoration: none;
     color: #000000;
}			
a#actlink {
     display: block;
     text-decoration: none;
     color: #000000;
     background: #f5f5f5;
     font: 12 Arial;
     align:left;
     text-align:left;
}
a#actlink:hover {
     background: #bbbbbb;
     text-decoration: none;
     color: #000000;
}
