BODY			{
				font-style: normal;
				font-weight: normal;
				color: #ffaf00;
				background-color: #000000;
				background-image: url(images/nix_bg.jpg);
			}


TH,TD,H1,H2,H3,SMALL	{
				color: #ffaf00;
			}



TH.topleft		{
				font-weight: bold;
				background-image: url(images/nix_header_left.png);
				line-height: 24px;
			}

TH.topmiddle		{
				font-weight: bold;
				background-image: url(images/nix_header_middle.png);
				line-height: 24px;
			}


TH.topright		{
				font-weight: bold;
				background-image: url(images/nix_header_right.png);
				line-height: 24px;
			}

TD.left			{
				background-image: url(images/nix_data_left.png);
			}

TD.middle		{
				background-image: url(images/nix_bg_light.jpg);
			}

TD.right		{
				background-image: url(images/nix_data_right.png);
			}

TD.bottom		{
				background-image: url(images/nix_data_bottom.png);
				line-height: 5px;
			}



A:link			{
			        text-decoration: none;
				color: #dfdf00;
			}

A:active		{
    				text-decoration: none;
				color: #ffffff;
			}

A:visited		{
				text-decoration: none;
				color: #afaf00;
			}
