/*			SITE MAP–{•¶			*/
#sitemap table	{
		width: 600px;
		font-size: 15px;
		line-height: 25px;
		border-spacing: 20px;
		margin: 30px 0px 100px 0px;
}

#sitemap .title	{
		color: #FFFFFF;
		background-color: #3D3DFF;
		text-align: left;
		vertical-align: middle;
		border-top: solid 30px #FFFFFF;
		border-bottom: solid 10px #FFFFFF;
}

.title a	{
		color: #FFFFFF;
		text-decoration: none;
}

.title a:visited	{
		color: #FFFFFF;
		text-decoration: none;
}

.title a:hover	{
		color: #FFFFFF;
		text-decoration: underline;
}

#sitemap td	{
		padding: 0px 0px 0px 20px;
		border-bottom: solid 10px #FFFFFF;
		color: #3D3DFF;
}

.item a	{
		color: #3D3DFF;
		text-decoration: none;
}

.item a:visited	{
		color: #3D3DFF;
		text-decoration: none;
}

.item a:hover	{
		color: #3D3DFF;
		text-decoration: underline;
}