#NewsContainer {
	width: 711px;
	color: #000;
	background: #fff;
}

#NewsLinks {
	float: right;
	border: 1px solid white;
	width: 188px;
	margin-right: 15px;
	_margin-right: 7px; /* IE6 */
	background: #01a4b5;
	color: #fff;
	padding: 0 10px 10px 10px;
}

#NewsLinks h2 {
	font-size: 12pt;
	margin: 12px 0 0 0;
	padding: 0;
}

#NewsLinks ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#NewsLinks li {
	padding-bottom: 4px;
}

#NewsLinks a {
	color: #fff;
	text-decoration: none;
	font-size: 9pt;
}

#NewsLinks a:hover {
	text-decoration: underline;
}

#NewsContent {
	padding: 25px;
}

img.NewsHeader {
	border: none;
}

h1.NewsTitle {
	font: normal bold 18pt "Arial";
}

h1.NewsTitle a {
	color: #0094a3;
	text-decoration: none;
}

h1.NewsTitle a:hover {
	text-decoration: underline;
}

h2.SubTitle {
	font: normal normal 12pt "Arial";
	text-transform: uppercase;
}

hr.NewsDivider {
	border: none;
	height: 1px;
	color: #01a4b5;
	background-color: #01a4b5;
}