TABLE	{ border: none; }
TH	{ border: none;
	color: #5D5D5D;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
 }
TD	{ border: none;
	color: #EC6C03;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
 }

body {
	color: #5D5D5D;
	font-family: Tahoma;
	font-size: 10px;
}
body {
	background-color: #000000;
	background-image: url(images/bg.jpg);

}
a:link {
	color: #5D5D5D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5D5D5D;
}
a:hover {
	text-decoration: underline;
	color: #7A7A7A;
}
a:active {
	text-decoration: none;
	color: #5D5D5D;
}
