table.agenda, table.agenda tr, table.agenda th, table.agenda td
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
}

table.agenda a, table.agenda a:link, table.agenda a:visited, table.agenda a:active
{
	color: #990000;
	background-color: none;
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
	width: 100%;
}

table.agenda a:hover
{
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
}

table.agenda th {
	color: #FFFFFF;
}

.agendaNav
{
	background-color: #990000;
}

.agendaHead
{
	background-color: #999999;
}

.agendaThisDay
{
	background-color: #FF9900;
}

.agendaThisMonth
{
	background-color: #FFFFFF;
}

.agendaNotThisMonth
{
	background-color: #DDDDDD;
}

ul.agendaThemes
{
	list-style: none;	
	margin: 0 0 0 20;
	padding: 0;
}

