.PressReleases {
}
.PressReleases .Release {
	padding-bottom: 10px;
}
.PressReleases .Release .Title {
	font-weight: bold;
}

.Articles {
}
.Articles .Year {
	background-color: #E7E7E7;
	color: #676767;
	font-size: 10pt;
	font-weight: bold;
	padding: 4px;
}
.Articles .Article {
	padding: 10px;
}
.Articles .Article .Title {
	font-weight: bold;
	font-size: 9pt;
}

.FullArticle {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 10px;
}
.FullArticle .Title {
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
	margin-bottom: 5px;
}
.FullArticle .Date {
}
.FullArticle .Information {
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	padding: 5px;
	color: #EEE;
}
.FullArticle .Introduction {
	font-weight: bold;
}
.FullArticle .Body {
	padding: 10px;
}

.Timeline {
	width: 100%;
}
.Timeline td {
	vertical-align: top;
	padding-bottom: 15px;
}
.Timeline .Date {
	width: 30%;
}
.Timeline .Description {
	width: 70%;
}