#act_list {
	margin-bottom: 20px;
	clear: both;
	float: right;
	width: 704px;
	overflow: hidden;
}
#act_list table {
	font-size:12px;
	font-family: Arial, Helvetica, verdana sans-serif;
	background-color:#fff;
	border-collapse: collapse;
}
#act_list thead th {
	color:#777;
	height:25px;
	background-color: #e7e7e7;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	padding: 2px 10px;
}
#act_list tbody tr {
	background-color:#fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
}
#act_list tbody td {
	color:#414141;
	line-height: 33px;
	padding-right: 10px;
	padding-left: 10px;
}
#act_list tbody th {
	text-align:left;
	padding:2px;
}
#act_list tbody td a, tbody th a {
	color:#74ba1c;
	text-decoration:none;
	font-weight:normal;
	display:block;
	padding-left:15px;
	background-color: transparent;
	background-image: url(../images/links_yellow.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	width: 90%;
	text-align: left;
}
#act_list tbody td a:hover, tbody th a:hover {
	color:#009193;
	text-decoration:none;
}




#statement {
	border-collapse: collapse;
	margin-bottom: 20px;
	clear: both;
	float: right;
	width: 704px;
	overflow: hidden;
}
#statement table {
	font-size:12px;
	font-family: Arial, Helvetica, verdana sans-serif;
	background-color:#fff;
	border-collapse: collapse;
}
#statement thead th {
	color:#fff;
	height:25px;
	background-color: #bfbfbf;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	padding: 2px 10px;
}
#statement tbody td {
	color:#414141;
	padding: 10px;
}
#statement tbody th {
	text-align:left;
	padding:2px;
}
