body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
.TopLinks {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/top_bar_links_bg.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	height: 26px;
}
.TopLinks a:link, .TopLinks a:visited{
	color: #000000;
	text-decoration: none;
}
.TopLinks a:hover {
	color: #16303E;
	text-decoration: underline;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #558195;
	text-decoration: underline;
}

