#sitemap table,#other table{
	margin: 15px 0;
	width: 570px;
	border: none;
	text-align:center;
	}

#sitemap th,#other th{
	font-weight: normal;
	}

*html #sitemap th,*html #other th{
	font-size: 12px;
	}

#sitemap td{
	padding: 5px 0;
	width: 95px;
	}

#other td{
	padding: 5px 0;
	width: 190px;
	}

#sitemap a,#other a{
	text-decoration: none;
	}

*html #sitemap a,*html #other a{
	font-size: 12px;
	}

#sitemap a:link,#sitemap a:visited{
	display: block;
	width: 90px;
	height: 25px;
	padding: 11px 0 0 0;
	background: #a0410d;
	color: #ffffff;
	}

* html #sitemap a:link,* html #sitemap a:visited{
	height:36px;
	}

#sitemap a:hover,#sitemap a:active{
	color:#a0410d;
	background:#dddddd;
	}

#other a:link,#other a:visited{
	display: block;
	width: 185px;
	height: 25px;
	padding: 11px 0 0 0;
	background: #a0410d;
	color: #ffffff;
	}

* html #other a:link,* html #other a:visited{
	height: 36px;
	}

#other a:hover,#other a:active{
	color: #a0410d;
	background: #dddddd;
	}

