@charset "utf-8";
.newshead  {
	margin: 0;
	color: white;
	font-weight: bold;
	font-size: 10px;
	line-height: 1.5em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
	text-align: center;
	list-style-type: square;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.newsbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00446A;
	background-attachment: scroll;
	background-image: url(images/hd_column.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	list-style-position: outside;
	list-style-type: square;
	vertical-align: text-top;
	line-height: 1.2em;
}
