<style>
table.sitemap{
	width: 450px;
	background-color: #d2ebfd;
	border: 0px;
	float: none;
	clear: both;
	margin: auto;
}
table.sitemap td{
	width: 50%;
	padding: 0px 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	color: #000000;
}
table.sitemap td.heading{
	background-image: url(images/arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 32px;
	padding-left: 23px;
}
table.sitemap a{
	color: #0e43dc;
	text-decoration: underline;
}
table.sitemap a:hover{
	color: #e11000;
	text-decoration: none;
}
</style>
