#content table.fullcalendar {
	font-family: "Times New Roman", Georgia, Times, serif;
	color:white;
	border:0;
	padding:0;
	margin:0;
	width:75%;
}
#content table.fullcalendar tr {
}
#content table.fullcalendar th.title {
	background-color:#6F5153;
	color:white;
	font-weight:normal;
	font-size:23px;
	text-align:left;
	padding:10px;
	letter-spacing:6.5px;
	text-transform:uppercase;
	border:0;
	margin:5px;
}
#content table.fullcalendar th.title span.prevnext{
	float:right;
	font-size:18px;
	font-weight:bold;
}
#content table.fullcalendar th.title a:link { color:white; text-decoration:none; }
#content table.fullcalendar th.title a:visited { color:white; text-decoration:none; }
#content table.fullcalendar th.title a:active { color:#333; text-decoration:underline; }
#content table.fullcalendar th.title a:hover { color:#333; text-decoration:underline; }
#content table.fullcalendar th {
	color:#563735;
	background-color:#cccc99;
	font-weight:normal;
	text-align:left;
	font-size:15px;
	padding:5px;
	border:1px solid #BBBB77;
}
#content table.fullcalendar td {
	height:60px;
	padding:0;
	text-align:left;
	border:1px solid #cccc99;
	color:black;
	background-color:#ffffcc;
}
#content table.fullcalendar td.calendarToday {
	height:60px;
	padding:0;
	text-align:left;
	border:1px solid #cccc99;
	background-color:#ffffcc;
}
#content table.fullcalendar td a:link { color:black; text-decoration:none; }
#content table.fullcalendar td a:visited { color:black; text-decoration:none; }
#content table.fullcalendar td a:hover { color:#666; text-decoration:underline; }
#content table.fullcalendar td a:active { color:#666; text-decoration:underline; }
#content table.fullcalendar td p {
	padding:0;
	margin:2px 2px 2px 6px;
	font-size:11px;
	line-height:10px;
	color:black;
	font:10px Verdana, Geneva, Arial, sans-serif;
}
#content table.fullcalendar td div.date {
	padding:4px 1px 1px 6px;
	font-size:14px;
	font-weight:bold;
	color:#666;
	border:0;
}
#content table.fullcalendar td div.meal {
	font:10px Verdana, Geneva, Arial, sans-serif;
	text-align:left;
	margin-left:2px;
	margin-right:2px;
	padding:1px;
	color:#6FA2DC;
}