﻿td.hungry_list_header
{
	width: 242px;
	height: 58px;
	
	background-image: url(gettingHungry_topTitle.jpg);
}

td.hungry_list_body
{
	width: 242px;
	height: 523px;
	
	background-image: url(gettingHungry_bodyRpt.jpg);
	background-repeat: repeat-y;
}

td.hungry_list_footer
{
	width: 242px;
	height: 69px;
	
	background-image: url(gettingHungry_btmFooter.jpg);
}

div.hungry_list_content
{
	width: 177px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: left;	
}

div.hungry_list_item_title
{
	font-family: 'Arial';
	font-size: 8pt;
	font-weight: bold;

	text-transform: capitalize;
	
	color: #7B0E25;
	
	margin-top: 3px;
	margin-bottom: 4px;
}

div.hungry_list_item_location
{
	font-family: 'Arial';
	font-size: 9pt;
	font-weight: bold;
	
	text-transform: capitalize;
	
	color: #7B0E25;
}

div.hungry_list_item_date
{
	font-family: 'Arial';
	font-size: 9pt;
	font-weight: 600;
	
	color: #82A213;
	
	margin-bottom: 15px;
}

a.hungry_list_item_link
{
	color: #7B0E25;
}

a.hungry_list_item_link:hover
{
	color: #BF072E;
}

a.hungry_list_item_link:visited
{
	color: #640E20;
}