.announcementCell {
	vertical-align: top; 
	border-top: 5px solid #aca899; 
	border-left: 5px solid #aca899; 
	border-right: 5px solid #ece9d8; 
	border-bottom: 5px solid #ece9d8; 
	text-align: center;
}

.eventsAnnouncementCell {
	vertical-align: top;	
	text-align: center;
}

.announcementHead {
	font-family: Arial;
	font-weight: bold; 
	font-size: 18px; 
	color: red;
}

.announcementTitle {
	font-family: Arial;
	font-weight: bold; 
	font-size: 14px; 
	color: blue;
}

.announcementSubTitle {
	font-family: Arial;
	font-weight: bold; 
	font-size: 14px; 
	color: black;
}

.announcementBody {
	font-family: Arial;
	font-weight: normal; 
	font-size: 12px; 
	color: black;
}

