.announcement {
	background-color: #f6f6f6;
	display: block;
	float: left;
	margin-top: 1em;
	overflow: hidden;
	padding: 0;
	width: 95%;
}
.announcement .content {
	clear: left;
	float: left;
	padding: 1em;
	width: 75%;
}
.announcement .footer {
	background-color: #eee;
	clear: left;
	float: left;
	padding: 2px 6px 1px;
	width: 100%;
}
.announcement .footer p {
	font-size: x-small;
	margin: 0;
}
.announcement .options {
	float: left;
	text-align: right;
	width: 20%;
}
.announcement .options p {
	margin: 0.5em 0 0;
}
.announcement .title {
	background-color: #ddd;
	border-color: #ccc;
	border-style: solid;
	border-width: 0 0 1px;
	color: #555;
	float: left;
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
	padding: 2px 6px 1px;
	width: 100%;
}
.ctgDetailContainer {
	display: block;
	font-size: x-small;
	margin: 1em 0 0;
	overflow: hidden;
	width: 95%;
}
.ctgGroupRow, .ctgHeaderRow, .ctgUserRow {
	border-color: #ccc;
	border-style: solid;
	border-width: 0 0 1px;
	clear: left;
	float: left;
	padding: 2px 0;
	width: 100%;
}
.ctgGroupRow {
	background-color: #ddd;
	font-weight: bold;
}
.ctgHeaderRow {
	background-color: #fff;
	font-weight: bold;
}
.ctgUserRow {
	background-color: #f6f6f6;
}
.ctgLeftColumn {
	float: left;
	margin-left: 4px;
	width: 50%;
}
.ctgRightColumn {
	float: left;
	width: 140px;
}
.ctgNewsBreadCrumbs {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
}
.primaryHeader{
	border:medium none;
	color:#000066;
	float:left;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	margin:0 0 6px;
	padding:2px;
}