.calendar .title {
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	text-decoration: none;


}

.calendar .title A:link {
	color: #FFFFFF;
	font-size: 12px;
}

.calendar .title A:visited {
	color: #CCFFFF;
	font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.calendar .title A:hover {
	color: #00FF00;
	text-decoration: none;
	font-size: 12px;
}

.calendar .overview {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.calendar .overview A:link {
	text-decoration: none;
	color: #0000CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.calendar .overview A:visited {
	text-decoration: none;
	color: #660033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.calendar .overview A:hover{
	background-color: #000000;
	color: #99FFFF;
	text-decoration: none;
}

.calendar .overview .last_month {
	color: #999999;
	font-size: 12px;
	text-decoration: none;

}

.calendar .overview .next_month {
	color: #999999;
	text-decoration: none;
}

.calendar .overview #today {
	color: #FFFFFF;
	background-color: #00CC00;
	text-decoration: none;
}

.calendar .overview #selected {
	color: #FFFFFF;
	background-color: #0099CC
}

.calendar .overview .dayname {
	background-color: #00CCFF;
	font-weight: normal;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 10%;
	text-align: center;
	text-decoration: none;




}
