	table.calendar
	{
		font-family: gulim, calibri, sans, tahoma;
		font-size: 9pt;
		color: #404040;
	}
	table.calendar td 
	{
		padding: 2px;
	}
	table.calendar td.header
	{
		font-family: calibri;
		font-size: 11pt;
		font-weight: bold;
		border-bottom: 2px solid gray;
	}	
	table.calendar td.even
	{
		background-color: white;
	}
	table.calendar td.odd
	{
		background-color: #eee;
	}
	table.calendar span.eventname
	{
		font-family: calibri, sans, tahoma;
		font-size: 11pt;
		color: rgb(40, 20, 20);
		font-style: italic;
	}
	table.calendar span.eventtime
	{
		font-size: 8pt;
		color: rgb(90, 90, 90);
	}
	table.calendar a
	{
		text-decoration: none;
		color: rgb(90, 20, 20);		
	}

