body {
	background-image:url(bg_main.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #000000;
 
}

TD {
	font-family: Tahoma, sans-serif; 
	font-size: 9px; 
	color: #999999;
	line-height: 14px;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
  color: #666666;
  text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}