@charset "utf-8";
.Announcement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: oblique;
	line-height: normal;
	color: #FFFFFF;
	border-bottom-style: dotted;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.AnnouncementText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #FFFFFF;
}
.reviews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-style: dotted;
	border-right-style: dotted;
}

