#agendaContainer {
	height: auto;
	padding: 0px;
	width: 198px;
	margin-bottom: 24px;
}
#agendaCellHeader {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fff;
	color: #4a4a4a;	
	font-weight: bold;	
	border-bottom: 1px dashed #ccc;
}
#agendaCell {
	color: #4a4a4a;
	padding: 4px 4px 2px 4px;
	background-color: #f8f8f8;
}
#agendaCell h5{
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
}
#agendaCell p{
	margin-top: 0px;
	text-align: left;
}
#agendaCellBottom {
	padding: 5px 5px 5px 2px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#agendaPage {
	padding: 0px;
}
#agendaPageHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#agendaPageCell{
	padding-left: 10px;
}
#agendaPageCell p {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
a.agendaLink{
	color: #510005;
	text-decoration: underline;
	font-size: 10px;
}
a.agendaLink:hover{
	color: #4a4a4a;
	font-weight: bold;
	text-decoration: underline;
}