body p
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

.CDOContainerMasterLeftChannel
{
	width: 220px;
	background-color: #e1eef6;
}

.CDOContainerHeaderLeftChannel 
{
	width: 220px;
	background-color: #e1eef6;
}

.ChannelContainer
{
	width: 200px;
	padding-bottom: 5px;
}

.ChannelTitle
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11pt;
	color: #007dc2;
	margin-left: 10px;
}
.ChannelTitle:hover
{
	color: #007dc2;
	text-decoration: none;
}
.ChannelTitle:link
{
	color: #007dc2;
	text-decoration: none;
}
.ChannelTitle:visited
{
	color: #007dc2;
	text-decoration: none;
}
.ChannelTitle:active
{
	color: #007dc2;
	text-decoration: none;
}

.ChannelDescription
{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
}
.ChannelDescription:hover
{
	color: #000000;
	text-decoration: none;
}
.ChannelDescription:link
{
	color: #000000;
	text-decoration: none;
}
.ChannelDescription:active
{
	color: #000000;
	text-decoration: none;
}
.ChannelDescription:visited
{
	color: #000000;
	text-decoration: none;
}
