p {
    margin-left: 15px;
}
.agenda {
    visibility: hidden;
    border: 1px solid #666;
    border-top: 0px;
    text-align: left;
    width: 540px;
    padding-left: 1px;
    padding-top: 3px;
    padding-bottom: 5px;
    font-size: 12px;
    height: 0px;
}
.agendaTitle {
    text-align: left;
    width: 540px;
    background-color: #84151b;
    color: white;
    padding: 3px;
    padding-right: 0;
    font-weight: bold;
    font-size: 12px;
}
div.agendaTitle:hover {
    background-color: black;
}
.sumHeader {
    border: 1px solid black;
    width: 540px;
    overflow: hidden;
}
.sumTitle {
    text-align: left;
    width: 100%;
    background-color: #84151b;
    color: white;
    font-weight: bold;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
}
div.sumTitle:hover {
    background-color: black;
}
.summary {    
    visibility: hidden;
    text-align: left;
    width: 100%;
    padding-left: 1px;
    font-size: 12px;
    height: 0px;
}
