/* CSS Document */



.announcementsContainer .title {
	font-weight:bold;
	display:block;
}

.announcementsContainer .desc {
	clear:both;
}

.announcementsContainer .date {
	clear:both;
	color:#333;
	margin-top:2px;
}


.announcementsContainer {
	margin-top:20px;
	margin-bottom:20px;
	font-size:11px;
	color:#4d4d4d;
	width:100%;
	
}

 .announcements {
	background-image:url(/images/announcement.gif);
	background-repeat: no-repeat;
	padding-left:26px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #c0c0c0;
}

 .announcements a,  .announcements a:visited{
 	text-decoration:none;
	font-size:12px;
 }
 
 .announcements a:hover{
 	text-decoration:underline;
 }
