﻿.ChannelTitle
{
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	margin-bottom: 44px;
}
.ArticleImage, .ArticleImage img
{
	float: left;
	max-width: 100px;
	max-height: 100px;
	border: none;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-top: 8px;
	/* Resize the image for IE6 */
	width: expression(this.width > 100 ? 100: true);
	height:  expression(this.width > 100 ? 100: true);
}
.ArticleEntry
{
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 8px 0px 0px 0px;
	width: 360px;
	margin-left: 44px;
}
.ArticleEntry hr
{
	color: #6282C2;
}
.ArticleTitle, .ArticleTitle a:link, .ArticleTitle a:visited
{
	color: #003969;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 8px;
	margin-top: 3px;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	text-decoration: none;
	text-align: left;
}

.ArticleDescription, .ArticleDescription p
{
	color: #000000;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 17px;
	margin-bottom: 2px;
}

.ArticleFooter, .ArticleFooter a, .ArticleFooter a:visited, .ArticleFooter a:link, .ArticleFooter a:hover
{
	color: #666666;
	font-family: Verdana;
	font-size: 7pt; /*padding-bottom: 2px;  	padding-top: 2px;*/
	text-align: right;
	margin: none;
}

