.title {
	font-size: 13px;
	color: #6666FE;
	font-weight: bold;
	margin-top: 15px;
}
.title a {
	color: #6666FE;
	text-decoration: none;
}
.title a:hover {
	color: #6666FE;
	text-decoration: underline;
}
.headline {
	font-size: 14px;
	font-weight: bold;
	border-top-color: #CCC;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 10px 0px 5px 5px;
	color: #6666FE;
}
.headline a {
	color: #333;
	text-decoration: none;
}
.headline a:hover {
	color: #6666FE;
	text-decoration: underline;
}
.date {
	font-size: 11px;
	color: #999;
	padding-left: 18px;
	line-height: 120%;
}
.outline {
	font-size: 12px;
	color: #3E3E3E;
	padding-left: 18px;
	padding-bottom: 10px;
	line-height: 160%;
}
.outline a {
	color: #6666FE;
	text-decoration: none;
}
.outline a:hover {
	color: #6666FE;
	text-decoration: underline;
}
.StackedContainers {
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.SpryHiddenRegion {
    visibility: hidden;
}