body {
	margin: 0;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	}

.cell {
	background-image: url(media/jukebox/jukebox_2.jpg);
	background-repeat: no-repeat;
	width: 140px;
	font-size: 11px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	line-height: 150%;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	}
	
.flash {
	font-size: 10px;
	color: #990000;
	padding: 5px;
	border: 1px solid #FFFFFF;
	line-height: 120%;
	font-weight: bold;
	}
	
.close {
	background-image: url(media/close_icon.gif);
	background-repeat: no-repeat;
	background-position: 200px 4px;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	}

.link {
	color: #336666;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	}
	
.link:hover {
	color: #FF6600;
	text-decoration: underline;
	}

