<style>
	/* leave this here */
	h1.subheading {
		color: #0066CC !important;
	}
	
	.highlighted a {
		color: #0066CC !important;
	}

	h1.subheading, h2.subheading {
		color: #0066CC !important;
	}

	#selected {
		background-image: url(../img/arrows/arrow_blue03.gif) !important;
	}

	.content ul li, .content-noright ul li {
		list-style-image: url(../img/bullets/bullet_blue03.gif) !important;
	}

	.productTabActive {
		background-color:#0066CC !important;
	}
	
	.content-noright ul.tabWidth .productTab a { color: #ffffff;}
	.content-noright ul.tabWidth .productTabActive a { color: #ffffff;}

	div.pagetitle-header {
		background: #0066CC !important;
	}
	
	.content a:link, .content a:visited, .content-noright a:link, .content-noright a:visited {
		color:#0066CC;
	}

	.leftnavdiv {
		border-top: 1px solid #0066CC;
	}

	.darkblue-box .element {
		color:#FFFFFF;
		background-color: #0066CC !important;
	}

</style>