@charset "UTF-8";
/**/
#sitemap dt {
	width: 200px;
	border-top: 1px solid #cccccc;
	float: left;
	clear: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 92%;
}

#sitemap dd {
	width: 250px;
	border-top: 1px solid #cccccc;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 92%;
}

