@media all {
	table.radioTable tr td p {
		margin: 0px;
	}
	table.radioTable tr td a,table.radioTable tr td a:visited,table.radioTable tr td a:hover
		{
		border-bottom: 0px;
	}
	div.radioPlayer {
		background-color: white;
		padding: 10px;
	}
	div.radioPlayer ul {
		list-style: none;
		display: block;
		padding: 0px;
		margin: 0px;
	}
	div.radioPlayer ul li {
		display: inline;
	}
	div.radioPlayer a,div.radioPlayer a:visited {
		color: black;
		text-decoration: none;
	}
	div.radioPlayer h1 a,div.radioPlayer h1 a:visited {
		font-size: 14px;
	}
	div.radioPlayer a:hover {
		text-decoration: underline;
	}
	div.radioHelp {
		border: 1px solid gray;
		background-color: silver;
		padding: 5px;
		font-size: 10px;
	}
	div.radioHelp ul {
		list-style: square;
		display: block;
	}
	div.radioHelp ul li {
		display: list-item;
		margin-left:10px;
	}
	
	div.radioHelp h2 {
	   font-size:11px;
	}
}

@media print {
}
