.imageTD{
	font-size: 1px;
	height: 1px;
	vertical-align: top;
}
.channelName{
	color: white;
	background-image: url("images/channel_name_bg.jpg");
	font: bold 15px Arial;
}
.categoryName{
	background-image: url("images/category_bg.jpg");
	color: #e5e4a1;
	padding-left: 10px;
	font: bold 13px Arial;
	height: 28px;
}
.channelLink{
	color: white;
	font: normal 11px Verdana,Arial;
}
.channelLink a:link{
	color: white;
	text-decoration: none;
}
.channelLink a:visited{
	color: white;
	text-decoration: none;
}
.channelLink a:active{
	color: white;
	text-decoration: none;
}
.channelLink a:hover{
	color: #e5e4a1;
	text-decoration: underline;
}