
.announcement 
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-bottom: 8px;
	margin-top: 8px;
}

.announcement a{
	text-decoration: none;
	font-size: 11px;
	color: #d30000;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}


.announcement a:hover {
	text-decoration: underline;
}
.announcement .newstitle {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
color: #58595B;
}

