/*--- begin 30_hour_famine.php ---*/
table.famine{
	margin: 10px auto;
	font-size: 10pt;
}
table.famine td{
	padding: 3px 7px;
}
table.famine td.column_head{
	font-weight: bold;
	border: 1px solid #CCCCCC;
	border-right: none;
	padding: 5px 15px 5px 5px;
}
table.famine td.money{
	text-align: center;
}
table.famine td.time{
	text-align: center;
}
table.famine td.row_head{
	font-weight: bold;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	text-align: right;
	padding: 5px 5px 5px 15px;
}
table.famine td.row_head span{
	display: block;
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	color: #999999;
}
/*---- end 30_hour_famine.php ----*/
