@charset "utf-8";
/* CSS Document */

.AnnouncementTitle {
	font-weight: bold;
	color: #EAA405;
	font-size: 14px;
	line-height: 22px;
}
.black {
	color: #000000;
}

.red {
	color: #FF0000;
}
.redBold {
	font-weight: bold;
	color: #FF0000;
}
.gold {
	color: #EE9A00;
}
.lightGreen {
	color: #66CC00;
	font-size: 14px;
}

.centerme {
	width: 85%;
	margin-left: 45px;
	margin-top: 25px;
}
.indent {
	padding-left: 30px;
}

.underline {
	text-decoration: underline;
}
.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}
.boldItalic {
	font-style: italic;
	font-weight: bold;
}
.boldAllCaps {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
.photo-fellows {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
