#sponsorsTable
{
	margin: 0 0 50px 50px;
	border-top: 1px solid #D9D9D9;
}
#sponsorsTable th
{
	width: 670px;
	padding: 4px 0 5px 20px;
	background-color: #EBEBEB;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #D9D9D9;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
	color: #1391C8;
}
#sponsorsTable th img
{
	margin-left: 5px;
}
#sponsorsTable td
{
	width: 670px;
	border-bottom: 1px solid #D9D9D9;
}
#sponsorsTable th.borderRight, #sponsorsTable td.borderRight
{
	width: 210px;
	border-right: 1px solid #D9D9D9;
}
#sponsorsTable td.noBorder
{
	border-bottom: none;
}
#sponsorsTable table td
{
	width: auto;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border-bottom: none;
}
