/* CSS Document */
body {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #000; 
	margin: 0px; 
}
table.mediaplayer th, table.mediaplayer td {
	font-size: 9px;
	color: #999;
	letter-spacing: 1.5px;
    text-transform: uppercase;
	background-image: url("../images/mediaplayer-graybar.gif"); 
	}
table.mediaplayertop th, table.mediaplayertop td {
	font-size: 9px;
	color: #CCC;
	letter-spacing: 1.5px;
	}

table.mediaplayer a {
	font-size: 9px;
	color: #999;
	letter-spacing: 1.5px;
    text-transform: uppercase;
	text-decoration: none; 
	background-image: url("../images/mediaplayer-graybar.gif"); 
	}
table.mediaplayer a:hover 
{
	color: #FFF;
	background: #333; 
	font-weight: normal;
	text-decoration: none; 
	}
table.mediaplayer a:active a:visited
{ color: green; text-decoration: underline; background: #F9EDED; font-weight: strong; }

	