.container {
	margin: 5px;
	padding: 10px 5px;
	height: auto;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #333333;
	background-color: #CFE7EB;
	border: 1px dotted #426D91;
}
.channel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E47F08;
	font-style: uppercase;
	line-height: normal;
	font-weight: bold;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #003366;
	font-style: normal;
	line-height: normal;
}
.title a {
	font-size: 10px;
	color: #003366;
}
.title a:link {
	text-decoration: none;
}
.title a:visited {
	text-decoration: none;
	color: #003366;
}
.title a:hover {
	text-decoration: underline;
	color: #003366;
}
.title a:active {
	text-decoration: none;
	color: #003366;
}
.hr {
	width: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	height: 1px;
	margin-top: 8px;
	margin-bottom: 2px;
	line-height: 1px;
}