/* STYLESHEET:  LINKS */

/* ----------------------------------------------------
   basic links
   ---------------------------------------------------- */

a:link {

	text-decoration: underline;
	color: #333;
}

a:visited {

	text-decoration: underline;
	color: #333;
}

a:hover {

	text-decoration: underline;
	color: #D00;
}

a:active {

	text-decoration: none;
	color: #D00;
}

a:focus, a:active {

	outline: 0;
	-moz-outline: none;
}


/* ----------------------------------------------------
   top navigation
   ---------------------------------------------------- */

#topNavigation a {

	font-weight: bold;
}

#topNavigation a:link, #topNavigation a:visited {

	text-decoration: none;
	color: #888;
}

#topNavigation a:hover {

	text-decoration: none;
	color: #000;
}

#topNavigation a:active {

	text-decoration: none;
	color: #D00;
}

/* ----------------------------------------------------
   top navigation
   ---------------------------------------------------- */

#navContainer a {

	font-weight: bold;
}

#navContainer a:link, #navContainer a:visited {

	text-decoration: none;
	color: #888;
}

#navContainer a:hover {

	text-decoration: none;
	color: #000;
}

#navContainer a:active {

	text-decoration: underline;
	color: #000;
}

/* ----------------------------------------------------
   white links
   ---------------------------------------------------- */

a.whiteLink:link, a.whiteLink:visited {

	color: #FFF;
	text-decoration: underline;
}

a.whiteLink:hover {

	color: #000;
	text-decoration: underline;
}

a.whiteLink:active {

	color: #000;
	text-decoration: none;
}

/* ----------------------------------------------------
   gray links
   ---------------------------------------------------- */

a.grayLink:link, a.grayLink:visited {

	color: #888;
	text-decoration: underline;
}

a.grayLink:hover {

	color: #000;
	text-decoration: underline;
}

a.grayLink:active {

	color: #000;
	text-decoration: none;
}

/* ----------------------------------------------------
   medium gray links
   ---------------------------------------------------- */

a.mediumGrayLink:link, a.mediumGrayLink:visited {

	color: #666;
	text-decoration: underline;
}

a.mediumGrayLink:hover {

	color: #000;
	text-decoration: underline;
}

a.mediumGrayLink:active {

	color: #000;
	text-decoration: none;
}

/* ----------------------------------------------------
   red links
   ---------------------------------------------------- */

a.redLink:link, a.redLink:visited {

	color: #D00;
	text-decoration: underline;
}

a.redLink:hover {

	color: #000;
	text-decoration: underline;
}

a.redLink:active {

	color: #000;
	text-decoration: none;
}

/* ----------------------------------------------------
   brown links
   ---------------------------------------------------- */

a.brownLink:link, a.brownLink:visited {

	color: #917532;
	text-decoration: underline;
}

a.brownLink:hover {

	color: #000;
	text-decoration: underline;
}

a.brownLink:active {

	color: #000;
	text-decoration: none;
}

