.calDayColumn {
	color: #000099;
	font-weight: bold;
}
.calWeekendColumn {
	color: #cc0000;
	font-style: normal;
	font-weight: bold;
}
.calDay {
	color:#000000;
}
a.calDay {
	color:#000099;
	text-decoration: none;
	font-weight: normal;	
}
a.calDay:link {
	color:#000099;
	text-decoration: none;
	font-weight: normal;	
}

a.calDay:visited {
	color:#000099;
	text-decoration: none;
	font-weight: normal;	
}
a.calDay:hover {
	color:#000099;
	text-decoration: none;
	font-weight: normal;	
}

.calWeekend {
	color:#FF0000;
	font-style: normal;
	font-weight: normal;
	
}
a.calWeekend {
	color:#cc0000;
	text-decoration: none;
	font-weight: normal;	
	
}
a.calWeekend:link {
	color:#cc0000;
	text-decoration: none;
	font-weight: normal;	
}
a.calWeekend:visited {
	color:#cc0000;
	text-decoration: none;
	font-weight: normal;	
}
a.calWeekend:hover {
	color:#00ff33;
	text-decoration: none;
	font-weight: normal;	
}
a.calToday {
	color:#FF0000;
}
.calToday {
	color:#FF0000;
}
.calSelectedDay {
	color:#ff9900;
}
.calTitle {
	color:#FFFFFF;
	font-weight: bold;
}
a.calPrevNext {
	color:#006600;
}
a.calPrevNext:visited {
	color:#006600;
}
a.calPrevNext:hover {
	color:#003300;
	text-decoration: none;
	font-weight: normal;
}