.DefaultTitled .Head {
    color:#2b3a8f;
    font-size:28px;
    font-weight:bold;
}
.DefaultTitled .Title {
    margin-bottom:30px;
}
.DefaultTitled.centered .Title {
    text-align:center;
}

.HomeNews
{
	white-space:nowrap;
	overflow:hidden;
}
.HomeNews .Title, .HomeNews .ContentPane, .HomeNews .ContentPane div
{
	display:inline;
}
.HomeNews .Head
{
	color:#454646;
	font-weight:bold;
	font-style:italic;
    font-size:1.0625em;
}

.CarouselTitled, .colorTitled {
    margin-bottom:40px;
}
.CarouselTitled .Title {
	margin-bottom:25px;
	position:relative;
	padding-right:78px;
}
.colorTitled .Title {
	margin-bottom:25px;
}
/*.CarouselTitled .Title:after {
	content:'';
	display:block;
	background:#283891;
	height:1px;
	position:absolute;
	top:60%;
	width:100%;
	z-index:-1;
}*/
.CarouselTitled .Head, .colorTitled .Head {
	font-family:'PT Sans', 'Arial';
	font-size:30px;
	font-weight:bold;
	position:relative;
	display:inline-block;
	background:#fff;
	padding-right:20px;
}
.CarouselTitled.purple .Head {
	color:#2b388f;
}
.CarouselTitled.blue .Head {
	color:#00b2e4;
}
.CarouselTitled.green .Head {
	color:#abcf33;
}

.titledPlatinum .Head {
	color:#c1beba;
}
.titledGold .Head {
	color:#ffd700;
}
.titledSilver .Head {
	color:#aaa;
}