/**
* Links N.B. List under Navigation when attached to main stylesheet to stop conflict**
*/
a:link img, a:visited img, a:hover img, a:active img {
	border: none;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, a.DocumentLink:link, a.DocumentLink:visited, a:link, a:visited, #mainContent a:link, #mainContent a:visited  {
	color: #0061AA; /* Change colour of links */
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active, a.DocumentLink:hover, a.DocumentLink:active, a:hover, a:active, #mainContent a:hover, #mainContent a:active { 
	color: #222222; /* Change colour links on rollover */
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited  {
	text-decoration: none;
}
/* Change to suit */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active { 
	text-decoration: underline;
	color: #000000;
}

/* This will add a graphic element to the right of the link */
a.DocumentLink:link, a.DocumentLink:visited, a.ExternalURL:link, a.ExternalURL:visited, a.EmailLink:link, a.EmailLink:visited {
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
	text-decoration: none;
	margin-right: 5px;
}

a.DocumentLink:link, a.DocumentLink:visited {
	background-image: url(../images/DocLink.gif);
}

a.ExternalURL:link, a.ExternalURL:visited {
	background-image: url(../images/externalLink.gif);
}
a.EmailLink:link, a.EmailLink:visited {
	background-image: url(../images/EmailLink.gif);
}


a.galleryTab, a.galleryTab:visited {
	color: #333333;
	border: none;
	text-align: center;
	font-size: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	text-decoration: none;
	background-color: #C8D3FF;
	display: block;
	float: left;
	margin-left: 10px;
	
}

.address p a:link, .address p a:visited {
	font-weight: bold;
	text-decoration: none;
}
/* Controls all links that are not assigned a specific class */
a:link, a:visited {
	font-weight: bold;
}
a:hover, a:active {
	text-decoration: underline;
}

/* Links inside main content div */
#mainContent a:link, #mainContent a:visited {
	font-weight: bold;
	text-decoration: none;
}
#mainContent a:hover, #mainContent a:active {
	text-decoration: underline;
}
/**
* Breadcrumbs **
*/
p.breadcrumb a:link, p.breadcrumb a:visited {
	color: #AAAAAA;
}
#mainContent p.breadcrumb {
	font-size: 65%;
}
.hand {
	cursor:pointer;
	
}