
.agendaThisDay
{
	background-color: #FFFF99;
	font-weight: bold;
}
.agendaArticle
{
	background-color: #FF9999;
	font-weight: bold;
}
a.agendaThisDay {
	color:#663300;
	font-weight: bold;
}
.agendaThisMonth
{
	background-color: #efe7de;
	font-weight: bold;
}
a.agendaThisMonth {
	color:#663300;
	font-weight: bold;
}
.agendaNotThisMonth
{
	background: #996767;
	color:#FFFFFF;
	font-weight: bold;
}
a.agendaNotThisMonth {
	color:#FFFFFF;
	font-weight: bold;
}

table.agenda tr, table.agenda th, table.agenda td
{
	padding: 1px;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #000000;
	border-spacing: 0px;

}


table.agenda a:hover
{
	color: #663300;
	background-color: #FFFFFF;
	font-weight: bold;
}


.agendaNav
{
	color: #003366;
	background-color: #efe7de;
}

.agendaHead
{
	color: #000000;
	background-color: #FFCC99;
}


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



