.PageTitle {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 28px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	color: #475E7F;
	border-bottom: solid 3px #8C0D00;
	margin-bottom: 6px;
	background: url('../images/background_title.gif') no-repeat;
	background-position: top right;
}

.Column {
	background-color: #CEE2EC;
}
.Content {
	background-color: #FFF;
	color: #1C527A;
	height: 275px;
	padding: 6px;
}
.ContentBox {
	padding: 6px;
	color: #000;
	font-size: 12px;
}
.ContentLinks, A.ContentLinks {
	color: #603B2C;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
}
A.ContentLinks:hover {
	color: #F2DDB6;
}