#tableholder
	{
		display: block;
		position: relative;
		width: 550px;
		height: auto;
	}
table
	{
		display: block;
		position: absolute;
		width: 550px;
		left: 10px;
	}
td
	{		
		border: 0px;
		border-bottom: 1px solid #000992;
		padding-top: 10px;
		padding-bottom: 10px;
		vertical-align: top;
	}
td.left
	{
		width: 65px;
	}
td.right
	{
		width: 485px;
		font-family: Verdana;
		font-size: 8pt;
		font-weight: normal;
		color: #1D2532;
	}
td.left img
	{
		width: 50px;
		height: 58px;
		border: 0px;
	}