/* CSS Document */
.miniCalendar{ width:63px; float:left; background:url(images/upcalendar.jpg) top center no-repeat; height:60px; }
.paper{ width:63px; background:url(images/dwcalendar.jpg) bottom no-repeat; height:38px; }
.theDay{
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	color:#675f3f;
	font-size:18px;
	padding-right: 5px;
}
.monthYear{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#675f3f;
	font-size:11px;
	height:22px;
	padding-top:0px;
	padding-right: 5px;
}
