		.thisMonth {
				background-color: #5E5B55;
				font-family: Verdana, sans-serif;
				font-size: 10pt;
				font-weight: bold;
				color: white;
				width: 80px;
				height: 80px;
				vertical-align: top;
		}
		
		.calendarHead {
				background-color: #dddddd;
				font-family: Verdana, sans-serif;
				font-size: 9pt;
				color: #330066;
				text-align: center;
		}
		
		.otherMonth {
				background-color: #999999;
				font-family: Verdana, sans-serif;
				font-size: 10pt;
				font-weight: bold;
				color: white;
				width: 80px;
				height: 80px;
				vertical-align: top;
		}
		
		.today {
				background-color: white;
				font-family: Verdana, sans-serif;
				font-size: 10pt;
				font-weight: bold;
				color: black;
				width: 80px;
				height: 80px;
				vertical-align: top;
		}
		
		.topThisMonth {
			font-family: Arial, sans-serif;
			font-size: 12pt;
			font-weight: bold;
			color: white;
			text-align: center;
		}
		
		.monthLinks {
			font-family: Arial, sans-serif;
			font-size: 10pt;
			color: #99cccc;
			text-align: center;
			text-decoration: none;
		}
		.monthLinks:hover {
			text-decoration: underline;
		}
		
		.event {
			font-family: Arial, sans-serif;
			font-size: 7pt;
			color: #B9F5C0;
			text-decoration: none;
		}
		
		.event:hover {
			color: #66CCCC;
		}
		
		.oneTimeEvent {
			font-family: Arial, sans-serif;
			font-size: 7pt;
			color: #BB9966;
			text-decoration: none;
		}
		
		.oneTimeEvent:hover {
			color: #66CCCC;
		}
		
		.todayevent {
			font-family: Arial, sans-serif;
			font-size: 7pt;
			color: #336178;
			text-decoration: none;
		}
		
		.todayevent:hover {
			color: #3366cc;
		}
		
		.todayoneTimeEvent {
			font-family: Arial, sans-serif;
			font-size: 7pt;
			color: #336178;
			text-decoration: none;
		}
		
		.todayoneTimeEvent:hover {
			color: #3366cc;
		}
		
		.todayeventTime {
			font-family: Arial, sans-serif;
			font-size: 7pt;
			color: black;
		}
		
		.eventTime {
			font-family: Arial, sans-serif;
			font-size: 7pt;
			color: #cccccc;
		}
		
		.eventClick {
			font-family: Arial, sans-serif;
			font-size: 7pt;
			color: white;
		}