
<!--
	A:link, A:visited {
		color: #FF9900;
		font-size: 10pt;
		text-decoration: none;
		font-family: Arial;
		font-weight: bold;
	}

	A:hover {
		text-decoration: underline;
	}
	
	A.smaller {
		font-size: 9pt;
		font-weight: normal;
	}
	
	A.guidespecs {
		font-size: 8pt;
		font-weight: normal;
	}
	
	A.navbar:link, A.navbar:visited {
		color: #FFFFFF;
		font-family: Arial;
		font-size: 10pt;
		text-decoration: none;
		font-weight: normal;
	}

	A.navbar:hover {
		color: #FE9901;
		text-decoration: underline;
	}
		
	TD {
		font-family: Arial;
		font-size: 10pt;
		color: #000000;
	}
	
	TD.smaller {
		font-size: 9pt;
	}
	
	TD.guidespecs {
		font-size: 8pt;
	}
	
	TD.boldHeader {
		font-size: 12pt;
		font-weight: bold;
	}
		
-->