/* CSS Document */

	#CONTENT-INTRO .h1 {
		color: #00CCFF;
	}

	#CONTENT .h2 {
		color: #00CCFF;
	}
	
	#CONTENT .h3 {
		color: #00CCFF;
	}
	
	#RIGHTNAVIGATION	b, strong {
		color:#00CCFF;
	}
	
	#NAVIGATION	a, a:visited {
		background-image:url(/images/arrow.gif);
	}
	
	#RIGHTNAVIGATION a, a:visited {
		background-image:url(/images/arrow.gif);
	}
	
	#CONTENT .tableColor{
		font-size:11px;
	}
	
	#CONTENT .tableColor a, .tableColor a:visited{
		font-size:11px;
	}
	
		#CONTENT .tableColor a:hover, .tableColor a:visited:hover{
		text-decoration:underline;
		font-size:11px;
	}