/*table.announcements-table{
    width: 100%;
    padding-top: 10px;
    margin-bottom: 20px;
	background:#f7f5e9;
	font-size:13px;
}
table.announcements-table tbody{
    padding-bottom: 40px;
}
table.announcements-table thead th{
    border-bottom:none;
    height: 24px;
	background:#eee9d3;
	border-bottom:solid 2px #fff;
	border-right:solid 2px #fff;
	font-size:12px;
	padding:6px 10px;
}
table.announcements-table thead th:last-child{
	border-right:0;
}
table.announcements-table thead th a,
table.announcements-table td.field-month-year{

}
table.announcements-table tr{
    height: 23px;
    font-size: 15px;
}
table.announcements-table tr.date-title{
    height: 40px;
}
table.announcements-table th.field-title{
    font-style: italic;
}
table.announcements-table td{
	border-bottom:solid 2px #fff;
	border-right:solid 2px #fff;
	font-size:13px;
	padding:6px 10px;
}


table.announcements-table td:first-child{
	width:95px;
}
table.announcements-table td:last-child{
	border-right:0;
}
table.announcements-table td.field-month-year{
    width: 25%;
    font: bold 14px Helvetica;
}
table.announcements-table td.field-title{
    width: 65%;padding: 10px 0px;
}
table.announcements-table td.field-date{
    text-align: right;
    min-width: 120px;
    padding-right:6px;
}
div.years-pager{
    margin-top: 0px;
	border-bottom:solid 1px #cc620c;
	padding-bottom:6px;
}
div.years-pager a{
    border-right: 1px solid #444;
    padding: 0 6px 0;
    font-size: 13px;
    text-decoration:none;
	line-height:1em;
}
div.years-pager a:first-child{
	padding-left:0;
}
div.years-pager a.active,
div.years-pager a:hover{
    color: #000;
}
div.years-pager a.last{
    border-right: none;
    font-size:14px;
    text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
}
.asx-info{
	font-size:11px;
	margin:10px 0;
}
*/