ul.bulleted {
	margin-bottom:10px;
}
ul.bulleted li {
	list-style:disc;
	display: list-item;
	margin-left:20px;
}
a.tpcBtn {
	display:block;
	width:140px;
	padding-right:20px;
	height:34px;
	line-height:34px;
	padding-bottom:2px;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	background-image:url(/img/layout/tpcBtn.png);
	background-repeat:no-repeat;
}
a.tpcBtn:hover {
	text-decoration:none;
	color:#ED5615;
}
ul.newsList li {
	padding-left:30px;
	background-image:url(/img/layout/tpcBullet.png);
	background-repeat:no-repeat;
	background-position:2px 2px;
}
ul.newsList li a {
	display:block;
	font-weight:bold;
	line-height:18px;
	margin-bottom:6px;
}
ul.newsList li a em {
	font-style:normal;
	font-weight:normal;
	font-size:10px;
	display:block;
}

#content.tpc .box {
	border:0;
	padding:20px;
	background-image:url(/img/layout/tpcBgColumnSmall.png);
	background-repeat:no-repeat;
	background-position:top left;
	min-height:120px;
}
#content.tpc .box h3,
#content.tpc .columnSmall h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
.credits {
	font-size:48px;
	line-height:48px;
	text-align:center;
}