table.sitemap {
	width:640px;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}

.sitemap th {
	width:190px;
	border-top:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	padding:15px 0px 15px 15px;
	color:#3b5999;
	text-align:left;
	line-height:2em;
}

.sitemap td {
	border-top:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	border-left:1px dotted #CCCCCC;
	padding:15px 10px 15px 15px;
	font-weight:normal;
	color:#000000;
	text-align:left;
	vertical-align:top;
}

