.sheet1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold; color: #CCFF00}
.verdanasm {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #FFFFFF}
.tahomasm {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 9px; color: #FFFFFF}
.verdanamed {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF}
.darklinks {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000099; text-decoration: none}
.textbox {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #CCFF00; background-color: #000033}
.streamlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #969696;
}
body {
	background-image: url(/images/989backdrop.jpg);
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
	background-attachment: initial;
	background-position-x: 50%;
	background-position-y: 0%;
	background-origin: initial;
	background-clip: initial;
	background-color: black;
background-repeat: no-repeat;
	background-position: center top;
}

.contentFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
	
}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCFF00;
	font-weight: bold;
}
.nowplaying {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCFF00;
	font-weight: bold;
}
/* begin styles for RSS Feed */


.rss-box {
	 margin: 0em;
	 width: 155px;

	 
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color: #ffffff;
}
p.rss-title {padding:0em;}
.rss-title {
	font-size: 9pt;
	font-weight:bold;
	text-align: left;
}

.rss-item  {
  font-size: 9pt;
  list-style:none;
  padding-bottom:1em;
font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	line-height: 110%;
}

.rss-item a {
	color: #ccff00;
	font-size: 9pt;
	font-weight:normal;
	text-decoration : none;

	}
	
.rss-item a:visited {
	color:#ccff00;
}
.rss-item a:hover {
	color:#fff;
	text-decoration:underline;
}

.rss-date {
	font-size: 7pt;
	color: white;
	}


/* ############  scroller text styles ################## */

.scroll-left {
 width:690px;
 height: 20px; 
 overflow: hidden;
 position: relative;
 background: black;
 font-size: 18px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif" !important;
	color: #CBFF32;
 border: 0px solid black;
}
.scroll-left p {
 position: absolute;
 width: auto;
 height: 100%;
 margin: 0;

 line-height: 19px;
 text-align: center;
	white-space:nowrap;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);    
 transform:translateX(100%);
 /* Apply animation to this element */  
 -moz-animation: scroll-left 33s linear infinite;
 -webkit-animation: scroll-left 33s linear infinite;
 animation: scroll-left 33s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%);       
 }
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 
 }
}