	.body {font-family: sans-serif; color: #333; font-size: 12px; font-weight: normal; line-height: 16px; }
	.bodyJ {font-family: sans-serif; color: #333; font-size: 11px; font-weight: normal; line-height: 16px; }
	.selection {font-family: sans-serif; color: #333; font-size: 11px; font-weight: normal; line-height: 16px; }
	.caption {font-family: sans-serif; color: #333; font-size: 9px; font-weight: normal; font-style: italic; line-height: 10px; }
	.title {font-family: sans-serif; color: #333; font-size: 14px; font-weight: bold; line-height: 16px; }
	.calendar { color: black; font-size: 49px; font-family: Monaco; line-height: 56px }
	.calendarWin { color: black; font-size: 48px; font-family: Lucida Console; line-height: 55px }
	.calendarMac { color: black; font-size: 49px; font-family: Monaco; line-height: 55px }
	.calendarLin { color: black; font-size: 48px; font-family: monospace; line-height: 55px }
	.calendarWinL { color: black; font-size: 50px; font-family: Lucida Console; line-height: 66px }
	.calendarMacL { color: black; font-size: 51px; font-family: Monaco; line-height: 66px }
	.calendarLinL { color: black; font-size: 50px; font-family: monospace; line-height: 66px }
	.manCal { color: black; font-size: 16px; font-family: Monaco; line-height: 20px }
	.manCalWin { color: black; font-size: 16px; font-family: monospace; line-height: 20px }
	.manYear { color: black; font-size: 30px; font-family: Monaco; line-height: 40px }
	.manYearWin { color: black; font-size: 30px; font-family: monospace; line-height: 40px }

	.day { color: black; font-size: 320px; font-family: Monaco; line-height: 300px }
	.dayWin { color: black; font-size: 300px; font-family: Lucida Console; line-height: 300px }
	.dayLin { color: black; font-size: 300px; font-family: monospace; line-height: 300px }
	

	a:link {color: #666; }
	a:visited {color: #666; }
	a:hover {color: #333; }
	a:active {color: #999; }
	#container{
  			position: relative;
  			margin: 0 auto; /* center on everything else */
 			text-align: left;
			width: 1000px;
		}	
		
	#side{
  			position: relative;
  			margin: 0 auto; /* center on everything else */
 			text-align: left;
			width: 182px;
		}	

	#wrapper {
			text-align: left;
			margin: 0px auto;
			padding: 0px;
			border:0;
			width: 640px;
		}

	/* This CSS is used for the Show/Hide functionality. */
	 .more {
	      display: none;
	      border-top: 1px solid #666;
		 border-bottom: 1px solid #666;
	 }
	
