#calendar {
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#calendar table {
	text-align: center;
	font-size: 11px;
	line-height: 1.3;
	color: #FFFFFF;
	width: 100%;
}
#calendar td.title_head {
	color: #000000;
	border: 1px solid #CCCCCC;
	background-color: #FF6699;
}
#calendar tr {
}
#calendar td {
	border: 1px solid #CCCCCC;
	line-height: 1.3;
}
#calendar td.title {
	font-size: 12px;
	line-height: 1.8;
	font-weight: bold;
	color: #000000;
	text-align: center;
	border: 1px solid #CCCCCC;
	background-color: #FF3366;
}
#calendar td.title a:link, #calendar td.title a:visited {
	color: #000000;
	text-decoration: underline;
}
#calendar td.title a:hover, #calendar td.title a:active {
	color: #FFFF00;
	text-decoration: none;
}
#calendar td.nav {
	border: 1px solid #CCCCCC;
	background-color: #FF3366;
}
#calendar a:link, #calendar a:visited {
	color: #FFFF00;
	text-decoration: underline;
}
#calendar a:hover, #calendar a:active {
	color: #FF6600;
	text-decoration: none;
}
#calendar td.nav a:link, #calendar td.nav a:visited {
	color: #000000;
	text-decoration: underline;
}
#calendar td.nav a:hover, #calendar td.nav a:active {
	color: #FFFF00;
	text-decoration: none;
}
#calendar td.current_day {
	color: #000000;
	background-color: #FF99CC;
}

