
<!--
	A:link, A:visited {
		color: #FFFFFF;
		font-size: 10pt;
		text-decoration: none;
		font-family: Arial;
	}

	A:hover {
		color: #2B52D3
	}
	
	A.navbar:link, A.navbar:visited {
		color: #FFFFFF;
		font-size: 11pt;
		text-decoration: none;
		font-family: Arial;
	}

	A.navbar:hover {
		color: #2B52D3;
	}
	
	A.packages:link, A.packages:visited {
		color: #FFFFFF;
		font-size: 10pt;
		text-decoration: none;
		font-family: Arial;
	}

	A.packages:hover {
		color: #2B52D3;
	}
	
	
	TD {
		font-family: Arial;
		font-size: 9pt;
		color: #FFFFFF;
	}
	
	TD.navbar {
		font-weight: bold;
		font-family: Arial;
		font-size: 11pt;
		color: #2B52D3;
	}
	
	TD.whiteCenter {
		color: #FFFFFF;
		text-align: center;
		valign: center;
		font-family: Arial;
		font-size: 9pt;
	}
	
	TD.whiteHeader {
		color: #FFFFFF;
		valign: center;
		font-weight: bold;
		font-family: Arial;
		font-size: 11pt;
	}
			
	TD.samples {
		text-align: center;
		font-size: 11pt;
		font-weight: bold;
		font-family: Arial;
	}
-->