div#divChannelTitle
{
	font-weight: bold;
	font-size: 10pt;
	color: maroon;
	font-family: Verdana;
}

div#divChannelDesc
{
	font-size: 8pt;
	padding-bottom: 10px;
	color: black;
	font-family: Verdana;
}

td#tdTitle
{
	font-weight: bold;
	font-size: 10pt;
	color: maroon;
	font-family: Verdana;
}

td#tdDate
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	text-align: right;
}

td#tdDesc
{
	font-size: 8pt;
	padding-bottom: 5px;
	color: black;
	font-family: Verdana;
}

table#tblItemEven
{
	border-right: 1px solid;
	border-top: 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
	border-left: 1px solid;
	width: 100%;
	border-bottom: 1px solid;
	background-color: #ffffff;
}

table#tblItemOdd
{
	border-right: 1px solid;
	border-top: 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
	border-left: 1px solid;
	width: 100%;
	border-bottom: 1px solid;
	background-color: #f5f5f5;
}

table#tblItems
{
	width: 100%;
	border-collapse: collapse;
}

a:link.aspControlsLink, a:visited.aspControlsLink
{
	color: green;
	text-decoration: none;
	border-bottom: 1px dotted green;
}

a:hover.aspControlsLink {
	color: green;
	text-decoration: none;
	border-bottom: 1px solid green;
}

A.newslink
{
	font-size: 8pt;
	text-decoration: none;
	color: #CF9901;
}

A:active.newslink
{
	font-size: 8pt;
	text-decoration: none;
	color: #CF9901;
}

A:hover.newslink
{
	font-size: 8pt;
	text-decoration: underline;
	color: #CF9901;
}

A:visited.newslink
{
	font-size: 8pt;
	color: #CF9901;
}
