/*far left hand site navigation that appears on index and viewer/article pages */.lefthandnav {	color: #FFFFFF;}.lefthandnav a:link, .lefthandnav a:visited {	color: #FFFFFF;}.lefthandnav a:hover {	color: #FFFFFF;}/*main heading that appear hard coded into the jsp pages */.lefthandnavtitle {	color: #FFFFFF;}.lefthandnavtitle a:link, .lefthandnavtitle a:visited {	color: #FFFFFF;}.lefthandnavtitle a:hover {	color: #FFFFFF;}		/*main hero item text that only appears on the index page */.open2indexherotext{	color: #000000;}.open2indexherotext a:link, .open2indexherotext a:visited   {	color: #473D8E;}.open2indexherotext a:hover {	color: #473D8E;}	/*sub hero item text that only appears on the index page */.open2indexsubherotext {	color: #000000;}.open2indexsubherotext a:link, .open2indexsubherotext a:visited {	color: #473D8E;}.open2indexsubherotext a:hover {	color: #473D8E;	}/*main content text, know as article text, that only appears on the viewer/article pages */.open2articletext {	color: #000000;}.open2articletext a:link, .open2articletext a:visited {	color: #473D8E; }.open2articletext a:Hover {	color: #473D8E;}/*right hand associated text, know as related/righthand text, that only appears on the viewer/article pages */.open2righthandtext {	color: #000000; }.open2righthandtext a:link, .open2righthandtext a:visited {	color: #473D8E;	}.open2righthandtext a:hover {	color: #473D8E;	}/*page numbering specific for the TV sites only that appears only on the viewer/article pages NB Current page is not a link, all other pages are. Current page number should be coloured differently to other pages*/.open2pagenos {	color: #FFFFFF;}.open2pagenos a:link, .open2pagenos a:visited {	color: #FFFFFF;}.open2pagenos a:hover {	color: #FFFFFF; }/*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: #000000;}/*titles are now created in HTML text rather than using gifs*/				/*titles that appear only on the viewer/article pages as associated */.titles {	color: #FFFFFF;}		/*end of titles that appear only on the viewer/article pages *//*titles that appear only on the index page */.indextitles {	color: #FFFFFF;	}		/*titles that appear only on the viewer/article pages in the related/righthand text area below the righthand image */.righthandtitles {	color: #FFFFFF; }/*background colour only for the hero item on the index page only*/.herobackground {	background: #FFFFFF;	background-color: #FFFFFF;}/*background colour only for the sub hero items on the index page only*/.subherobackground {	background: #F3F3F3;	background-color: #F3F3F3;}/*background colour only for the sub hero title items on the index page only*/.subherotitlebackground {	background: #8F6F62;	background-color: #8F6F62;}/*background colour only for the hero title item on the index page only*/.herotitlebackground {	background: #F3F3F3;	background-color: #F3F3F3;}/*background colour only for the related/righthand text area items on the viewer/article pages only*/.righthandbackground {	background: #F3F3F3;	background-color: #F3F3F3;}/*background colour only for the titles in the related/righthand text area items on the viewer/article pages only*/.righthandtitlebackground {	background: #8F6F62;	background-color: #8F6F62;}/*background colour only for the titles that appear on the article text on the viewer/article pages only*/.articletitlebackground {	background: #8F6F62;	background-color: #8F6F62;}/*}.lefthandline {	border-right-width: 2px;	border-right-style: solid;	border-right-color: #33FF00;}*//*far left hand site navigation background colour that appears on index and viewer/article pages */.lefthandnavbackground {	background: #584CB0;	background-color: #584CB0;}/*background colour only for the main content text, know as article text items on the viewer/article pages only*/.articletextbackground {	background: #FFFFFF;	background-color: #FFFFFF;} 
