@charset "utf-8";
/* CSS Document */

a.sitemap:link
{
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
	line-height:22px;
}

a.sitemap:visited
{
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
	line-height:22px;
}

a.sitemap:active
{
	color:#CCC;
	font-weight:bold;
	text-decoration:underline;
	line-height:22px;
}

a.sitemap:hover
{
	color:#CCC;
	font-weight:bold;
	text-decoration:underline;
	line-height:22px;
}

/* ********************************************* */
/* ********************************************* */
/* ********************************************* */

								a.link:link
								{
									color: #000;
									font-weight:none;
									text-decoration:none;
									line-height:22px;
								}
								
								a.link:visited
								{
									color:#000;
									font-weight:none;
									text-decoration:none;
									line-height:22px;
								}
								
								a.link:active
								{
									color:#000;
									font-weight:none;
									text-decoration:none;
									line-height:22px;
								}
								
								a.link:hover
								{
									color:#000;
									font-weight:bold;
									text-decoration:underline;
									line-height:22px;
								}



/* ************************************************************************************* */


a.footer:link
{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

a.footer:visited
{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

a.footer:active
{
	color:#666;
	font-weight:bold;
	text-decoration:underline;
}

a.footer:hover
{
	color:#666;
	font-weight:bold;
	text-decoration:underline;
}