/* -------------------------------------------------------------------------------------- links */
a:link
	{
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	outline:none;
	}	

a:visited
	{
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	outline:none;
	}

a:focus
	{
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	outline:none;
	}

a:hover
	{
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	outline:none;
	}

a:active
	{
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	outline:none;
	}


/* -------------------------------------------------------------------------------------- header links */
div.header a:link
	{
	font-weight:normal;
	text-decoration:none;
	color:#ffffff;
	outline:none;
	}	

div.header a:visited
	{
	font-weight:normal;
	text-decoration:none;
	color:#ffffff;
	outline:none;
	}

div.header a:focus
	{
	font-weight:normal;
	text-decoration:underline;
	color:#ffffff;
	outline:none;
	}

div.header a:hover
	{
	font-weight:normal;
	text-decoration:underline;
	color:#ffffff;
	outline:none;
	}

div.header a:active
	{
	font-weight:normal;
	text-decoration:underline;
	color:#ffffff;
	outline:none;
	}