		h1
		{
			font-family: arial;
			font-size: 18pt;
			font-weight: normal;
			display: inline;
		}
		h2
		{
			font-family: arial;
			font-size: 24px;
			padding: 0;
			margin: 0px 0 9px 0;
			letter-spacing: -2px;
			font-weight: normal;
			color: #776;
		}
<!--

			font-family: arial;
			font-size: 14pt;
			font-weight: normal;
			display: inline;

-->
		h3
		{
			font-family: arial;
			font-size: 12pt;
			font-weight: normal;
			display: inline;
		}

		td
		{
			font-family: arial;
			font-size: 10pt;
		}

		.small-text {
			font-size:10pt;
		}

		.gray-text
		{
			color: #444444;
			font-size: 10pt;
		}
		
		.tab
		{
			background-color: #9999CC; color: white; font-face: arial; font-size: 10pt;
			text-decoration: none;
		}
		.tab-yellow
		{
			background-color: #FFCC00; color: black; font-face: arial; font-size: 10pt;
			text-decoration: none;
		}

		.result-table-heading
		{
			background-color: #FFCC00; color: black; font-face: arial; font-size: 10pt;

		}
		.l
		{
			background-color: #FBFBFB; color: black; font-face: arial; font-size: 10pt;

		}
		.d
		{
			background-color: #F0F0F0; color: black; font-face: arial; font-size: 10pt;

		}


		a
		{
			color: black;
			font-family: arial;
			font-size:10pt;
		}
		a:tab
		{
			color: white;
			text-decoration: none;
		}
		a:tab-yellow
		{
			color:black;
			background-color: #FFCC00;
			text-decoration: none;
		}
		a:hover
		{
			text-decoration: underline;
		}
