/* CSS Document */
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

	a:link:after, 
	a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
	#header a:link, 
	#header a:visited {
		text-decoration: none;
		}
	#header a:link:after,  
	#header a:visited:after{
		content:" ";
		}
 
#marketing,
#navAudience,
.linkMore,
#navUtility,
#search,
#photoGallery,
#internSpotlight img,
#c3,
.internal #c2 {
	display: none;
	visibility: hidden;
	}

#header img {
	border: none;
	}
	
#contentMain img {
	display: none;
	visibility: hidden;
	}

