@CHARSET "UTF-8";

#announcements ul {
	list-style: none;	
padding-left:3px;
}

#announcements li {
	padding: 12px;
	padding-left: 0;
	margin-bottom: 14px;
}
.announcementDate {
font-size:10px;
color:#AFAFAF;
font-style: italic;
}
.announcementTitle {
	font-size: 13px;
	font-weight: bold;
	color: #002394;
	text-decoration: none;
}
	.announcementTitle a:link, a:active {
		font-size: 13px;
		font-weight: bold;
		color: #002394;
		text-decoration: none;
	}
	.announcementTitle a:visited {
		font-size: 13px;
		font-weight: bold;
		color: #4B63B2;
		text-decoration: none;
	}
	.announcementTitle a:hover {
		font-size: 13px;
		font-weight: bold;
		color: #002394;
		text-decoration: underline;
	}


.announcementSyn {
	padding: 5px;
	padding-left: 0;
	font-size: 11px;
	font-weight: normal;
}


.announcementMoreLink a:link, a:active {
	font-size: 11px;
	font-weight: normal;
	color: #002394;
	text-decoration: underline;
}
.announcementMoreLink a:visited {
	font-size: 11px;
	font-weight: normal;
	color: #4B63B2;
	text-decoration: underline;
}
.announcementMoreLink a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}
