/* High Contrast style sheet for TCS Support */
/* URL: www.tcssupport.co.uk */
/* Created: 09-07-2009 */
/* Last edited: 09-07-2009 */
/* page structure and styling */
	html, body {
		background-color: #000000;
	}
	#centeredcontent {
		background-color: #000000;
	}
	/* head section */
	#headWrapper {
		background-image: none;
	}
	#headWrapper #dateBox {
		color: #FFFF00; 
	}
	#headWrapper #pageTop {
		background-image: none;
	}
	#headWrapper #headMenu a {
		color: red;
		text-decoration: underline;
	}
	#headWrapper #headMenu a:hover {
		color: red;
		text-decoration: underline; 
	}
	/* content styles */
	#contentWrapper {
		background-image: none;
	}
	#contentWrapper #bannerLine {
		background-image: none;
		background-color: #FFFF00;
	}
	#contentWrapper #banner {
		background-color: #FFFF00;
		background-image: none;
	}
	#contentWrapper #bannerReflect {
		background-image: none;
	}
	#contentWrapper #banner h1 {
		color: #000000;
	}
	#contentWrapper #banner h2 {
		color: #000000;
	}
	#contentWrapper #textWrapper h1 {
		color: #FFFF00;
	}
	#contentWrapper #textWrapper .texthr {
  		background: #FFFF00 none no-repeat scroll center;
	}
	#contentWrapper #textWrapper .texthr hr {
  		display: none;
	}
	.leftText {
		color: #FFFF00;
	}
	.rightText {
		color: #FFFF00;
	}
	.rightText a {
		color: red;
		text-decoration: underline;
	}
	.rightText a:hover {
		color: red;
		text-decoration: underline;
	}
	.article h3 {
		color: #FFFF00;
	}
	.article p {
		color: #FFFF00;
	}
	#contentWrapper #sideWrapper h1 {
		color: #FFFF00;
	}
	#contentWrapper #sideWrapper h2 {
		color: #FFFF00;
	}
	#contentWrapper #sideWrapper a {
		color: red;
		text-decoration: underline;
	}
	#contentWrapper #sideWrapper a:hover {
		color: red;
		text-decoration: underline;
	}
	/* end of content section */
	/* footer section */
	#footerWrapper {
		background-image: none;
	}
	#baseMenu {
		color: #FFFF00;
	}
	#baseMenu strong {
		color: #FFFF00;
	}
	#baseMenu a {
		color: red;
		text-decoration: underline;
	}
	#baseMenu a:hover {
		color: red;
		text-decoration: underline;
	}
	#footerWrapper #burnbank {
		color: #FFFF00;
	}
	#footerWrapper #burnbank a {
		color: red;
		text-decoration: underline;
	}
	#footerWrapper #burnbank a:hover {
		color: red;
		text-decoration: underline;
	}
	/* accessibility styles */
	#accessBox {
		color: red; 
	}
	#accessBox a:link {
		color:red;
	}
	#accessBox a:visited {
		color: red;
	}
	#accessBox a:hover {
		color: red;
	}
	#accessFull {
		background-color: #000000;
		border-color: #FFFF00;
	}
	a.closeLink:link {
		color: red;
		text-decoration: none;
	}
	a.closeLink:visited {
		color: red;
		text-decoration: none;
	}
	a.closeLink:hover {
		color: red;
		text-decoration: underline;
	}
	#accessFull p {
		color: #FFFF00; 
	}