body,td{
	font-family  : verdana, arial;
	font-size    : 11px;
	color        : #FFE001;
}
a:link { 
	text-decoration: none; 
	color          : #FFE001;
	}
a:visited { 
	text-decoration: none; 
	color          : #FFE001;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color          : #FFE001;
	}
a: { 
	text-decoration: none; 
	color          : #FFE001;
	}
a:visited { 
	text-decoration: underline; 
	color          : #FFE001;
	}
h1{
margin: 2px 0 ;
font-weight: bold;
font-size : 1.2em;

}
#container{
  margin           : 8px 8px 8px 8px;
  width            : 100%;
  height           : 100%;
}
#box{
  border-style     : solid;
  border-width     : thin;
  border-color     : #FFE001;
  padding          : 8px;
  width            : 100%;
  height           : 100%;
}
#dashBottom{
  border-bottom    : dashed #FFE001 thin;
}
#div8{
  padding: 8px;
}
#div4{
  padding: 4px;
}
#boxYellow{
  border-style     : solid;
  border-width     : thin;
  border-color     : #000000;
  padding          : 4px;
  background-color : #FFE001;
  color            : #000000;
}
#bgKeyword{
  padding          : 4px;  
  color            : #000000;
  font-weight      : bold;
  text-transform   : uppercase;
  background-image : url("/i/corner.gif");
}
#artist{
  font-size        : 14px;
  font-weight      : bold;
}

.transOFF  {opacity:.80;filter: alpha(opacity=80); -moz-opacity: 0.8; cursor: hand;}
.transON  {opacity:.100;filter: alpha(opacity=100); -moz-opacity: 1; cursor: hand;}
.trans25   {opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25; cursor: hand;}
.trans75   {opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75; cursor: hand;}

#newsTitle{
  font-size        : 14px;
  font-weight      : bold;
}

#news{
  font-size        : 11px;
  line-height      : 14px;
}

/* Notes Style */
#notesbox {
	width: 100%;
	height: 400px;
	margin:0;
	text-align:left;
	overflow: auto;
	SCROLLBAR-FACE-COLOR: #F1F1F1; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-SHADOW-COLOR: #EFEFEF; 
	SCROLLBAR-3DLIGHT-COLOR: #E3E3E3; 
	SCROLLBAR-ARROW-COLOR: #8C8C8C; 
	SCROLLBAR-TRACK-COLOR: #000000; 
	SCROLLBAR-DARKSHADOW-COLOR: #E3E3E3;
	background-color: #000000;
	padding: 6px;
}
/*end*/

