			body {
				margin: 0px;
				background: #fff;
				font-family: Arial, Helvetica, sans-serif;
			}
			.announcementIframeHeader {
				background-color: rgb(154,0,0);
				font-size: 12px;
				font-weight: normal;
				color: rgb(205,205,153);
				padding: 9px 5px 8px 30px;
			}
			.announcementIframeHeaderLink {
				font-size: 12px;
				font-weight: normal;
				color: rgb(205,205,153);
				text-decoration: none;
			}
			.announcementIframeHeaderLink:hover {
				font-size: 12px;
				font-weight: normal;
				color: #fff;
				text-decoration: underline;
			}
			.announcementIframeContent {
				background-color: rgb(255,255,255);
				margin-top: 20px;
				margin-left: 32px;
				margin-right: 0px;
				overflow: auto;
				height: 330px;
			}
			.caseheader {
				font-size: 14px;
				line-height: 18px;
				font-weight: bold;
				margin-right: 32px;
			}
			.content {
				font-size: 12px;
				font-weight: normal;
				color: rgb(0,0,0);
				line-height: 200%;
				padding-left: 0px;
				margin-right: 32px;
				padding-bottom: 8px;
			}
			
li.contentList {
	font-size: 12px;
	font-weight: normal;
	color: rgb(0,0,0);
	line-height: 180%;
	margin-left: 20px;
	margin-right: 25px;
}

