﻿body {
}
div#top_navigation
{
	display: none;	
}
.Print_off
{
	display: none;	
}

.grey_background
{
	color: White;
	border: solid 1px black;
	font: none;
	visibility: hidden;
}
.grey_background a
{
	visibility: hidden;
	display: none;
}
.calendar_day
{	color: #5a6d1a;
	text-decoration: underline;
	font-weight: bold;
	border: solid 1px black;
}
.calendar_dayheader
{
	border: solid 1px black;
}
.lighttan_background
{
	text-decoration:line-through;
	font-weight: bold;
	color: #592d20;
	border: solid 1px black;
}
.yellow_background
{
	color: #e5d38a;
	border: solid 1px black;
}
.CalendarKey
{
	font-weight: bold;
	color: #5a6d1a;
	position: relative;
	right: 20px;
	text-decoration: underline;
}
.CalendarKey1
{
	color: #e5d38a;
	position: relative;
	right: 20px;
}
.CalendarKey2
{
	text-decoration: line-through;
	font-weight: bold;
	color: #592d20;
	position: relative;
	right: 20px;
}