/*far left hand site navigation that appears on index and viewer/article pages */

.lefthandnav {
	color: #FAF7EA;
}
.lefthandnav a:link, .lefthandnav a:visited {
	color: #FAF7EA;
}
.lefthandnav a:hover {
	color: #FAF7EA;
}

/*main heading that appear hard coded into the jsp pages */
.lefthandnavtitle {
	color: #FFCC00;
}
.lefthandnavtitle a:link, .lefthandnavtitle a:visited {
	color: #FFCC00;
}
.lefthandnavtitle a:hover {
	color: #FFCC00;
}
		

/*main hero item text that only appears on the index page */
.open2indexherotext {
	color: #333333;
}

.open2indexherotext a:link, .open2indexherotext a:visited {
	color: #990000;
}


.open2indexherotext a:hover {
	color: #990000;
}	


/*sub hero item text that only appears on the index page */
.open2indexsubherotext {
	color: #333333;
}
.open2indexsubherotext a:link {
	color: #990000;
}

.open2indexsubherotext a:visited {
	color: #990000;
}
.open2indexsubherotext a:hover {
	color: #990000;
}



/*main content text, know as article text, that only appears on the viewer/article pages */
.open2articletext {
	color: #333333;
}
.open2articletext a:link, .open2articletext a:visited {
	color: #990000;
}
.open2articletext a:hover {
	color: #990000;
}


/*right hand associated text, know as related/righthand text, that only appears on the viewer/article pages */
.open2righthandtext {
	color: #333333;
}
.open2righthandtext a:link, .open2righthandtext a:visited {
	color: #990000;
}
.open2righthandtext a:hover {
	color: #990000;
}



/*page numbering specific for the TV sites only that appears only on the viewer/article pages */
.open2pagenos {
	color : #FAF7EA;
}
.open2pagenos a:link, .open2pagenos a:visited {
	color : #FAF7EA; 
}
.open2pagenos a:hover {
	color : #D4AF98;
}

/*Label for the word "page" that preceeds the page numbering - specific for the TV sites only - appears only on the viewer/article pages */
.open2pagenoslabel {
	color: #FFFFFF;
}


/*titles are now created in HTML text rather than using gifs*/
		
		/*titles that appear only on the viewer/article pages as associated */
.titles {
	color : #FFF;
}
		/*end of titles that appear only on the viewer/article pages */

		/*titles that appear only on the index page */
.indextitles {
	color : #FFF;
}
		

/*titles that appear only on the viewer/article pages in the related/righthand text area below the righthand image */
.righthandtitles {
	color : #FFF;
}
		

/*background colour only for the hero item on the index page only*/
.herobackground {
background-color: #ECE4BD;
}

 
/*background colour only for the sub hero items on the index page only*/
.subherobackground {
	background-color: #FAF7EA;
}


/*background colour only for the sub hero title items on the index page only*/
.subherotitlebackground {
	background-color: #965633;
}

/*background colour only for the hero title item on the index page only*/
.herotitlebackground {
	background-color: #62251A;
}


/*far left hand site navigation background colour that appears on index and viewer/article pages */
.lefthandnavbackground {
	background-color: #672903;
}


/*background colour only for the main content text, know as article text items on the viewer/article pages only*/
.articletextbackground {
	background-color: #FFF;
}
/*background colour only for the titles that appear on the article text on the viewer/article pages only*/
.articletitlebackground {
	background-color: #672903;
}
/*background colour only for the related/righthand text area items on the viewer/article pages only*/
.righthandbackground {
	background-color: #ECE4BD;
}
/*background colour only for the related/righthand text area items on the viewer/article pages only*/
.righthandtitlebackground {
	background-color: #672903;
}

