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

#announcement{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #2a274e;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-weight: normal;
	letter-spacing: 2px;
	background-color: #FFF;
	height: auto;
	width: 772px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #999;
	margin-top: 20px;
}
