body
	{
	font-family: "Verdana", "Sans Serif";
	font-size: 10pt;
	}
.CalTable
{
	background-color: #000000;
}

.CalHeading
{
	font-weight: bold;
	font-size: 12pt;
	color: white;
	background-color: 6699FF;
}

.CalDayHeading
	{
	background-color: beige;
	Font-weight: bold;
	color: black;
	}	
	
.CalNoDay
{
	font-size: 10pt;
	font-family: Verdana;
	background-color: antiquewhite;
}

.CalDay
{
	background-color: #fffaf0;
}

a.CalDaylink
	{
	color: navy;
	font-weight: bold;
	font-size: 12pt;
	}

a.CalDaylink:hover
	{
	text-decoration: none;
	}

a.CalEventlink
	{
	color: navy;
	font-size: 8pt;
	line-height: 110%;
	}
