#announcements a {
	color: #ffeaae;
	text-decoration: underline;
}

#announcements a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#announcements {
	padding-bottom: 15px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
}

#announcements p {
	padding: 0px;
	margin: 0px;
	
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

.ann_date {
	text-align: right;
	font-size: 10px;
	border-bottom: 1px solid #b6522b;
}

.ann_title {
	font-weight: bold;
}

.ann_desc {
}



.style1 a {
	color: #5c5c5c;
	text-decoration: underline;
}

.style1 a:hover {
	color: #5c5c5c;
	text-decoration: underline;
}

#home_intro {
	padding: 5px 10px;
	padding-top: 10px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
}