body {

    background-color: #FFFFFF;
    font-family: Arial;;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
  
}

table,tr,td {

    font-family: Arial;;
    font-size: 11px;
    color: #FFFFFF;
  
}

a { 

    font-family: Arial;; 
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
  
}

a:hover { 

    font-family: Arial;; 
    font-size: 11px;
    color: #999999;
    text-decoration: none;
  
}

#info {
    
    font-family: Arial;
    font-size: 11px;
    color: #FFFFFF;
    margin-top: 80px;
    margin-right: 1px;
}

.imgBorder {

    border: 1px solid #FFFFFF;

}

.albumTitle {

    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF; 

}

.songTitle {

    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF; 

} 

.newsTitle {

    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF; 

} 

div.NavPanel {

    position: absolute;
    top: 0px;
    right: 0px;
    width: 11px; 
    height: 100%;
}

div.NavPanel div {

    position: relative;
    width: 100%; 
    height: 100%;
    
}

div.NavPanel span.dragger {

    position: absolute; 
    top: 11px; 
    right: 0px;
    width: 11px; 
    font-size: 0px;
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    
}

span.arrdown,span.arrup {

    position: absolute;
    right: 0px; 
    display: block;
    font-size: 0px; 
    cursor: pointer;
    width: 11px; 
    height: 11px;
    padding: 0px 1px 0px 1px;
    
}

span.arrdown {

    bottom: 0px; 
    background: #f0f0f0 url('arrow-down.gif') no-repeat center bottom;
    
}

span.arrup {

    top: 0px; background:
    #f0f0f0 url('arrow-up.gif') no-repeat center top;
    
}

p  { margin: 0px; }
#newsScroller,#newsScroller2 { background: #F0F0F0; }
