.ptitle{
height: 30px;
line-height: 30px;
padding-left: 10px;
color: #333333;
font-size: 12px;
font-weight: bold;
font-family: nina;
background: #ecf1f5;
border: 1px solid #ccd1d5;
}

.agenda{
width: 190px;
padding: 10px 10px 5px 10px;
margin-bottom: 10px;
}

.agenda span{
display: block;
line-height: 20px;
margin-bottom: 5px;
}

.agenda span a{
color: #333333;
display: table-cell;
display: inline-block;
text-decoration: none;
font-size: 12px;
font-family: Tahoma;
padding-left: 15px;
background: transparent url(../images/arrow.gif) no-repeat left top;
}
.agenda span a:hover{
color: #000002;
text-decoration: underline;
}

.acontent{
width: 100%;
font-size: 12px;
padding: 10px 0px;
}

.acontent span{
width: 100%;
padding-bottom: 5px;
line-height: 20px;
display: block;
margin-bottom: 5px;
background: transparent url(../images/dot.gif) repeat-x left bottom;
}

.acontent span a{
display: table-cell;
display: inline-block;
color: #666666;
font-family: Tahoma;
padding-left: 15px;
background: transparent url(../images/arrow.gif) no-repeat left top;
}

.acontent span a:hover{
color: #63b627;
}