.List  { color: black; font-size: 10pt; font-family: Tahoma; list-style-type: disc; list-style-position: outside; margin-top: -20px }
.group_title  { color: black; font-weight: bold; font-size: 12pt; font-family: Tahoma; text-align: left; text-indent: 5px; margin-bottom: -15px }
.text_cell { color: black; background-color: #dbebff }
.header_cell { color: black; font-weight: bold; font-size: 12pt; font-family: Tahoma; background-color: #9cf; text-align: center }
h1  { color: black; font-weight: bold; font-size: 16pt; font-family: Tahoma; margin-bottom: -10px }
p { color: blue; font-size: 10pt; font-family: Tahoma }
.artistbiog { color: black; font-size: 9pt; font-family: Tahoma }
.artisttitle { color: black; font-weight: bold; font-size: 12pt; font-family: Tahoma }
.errormessage { color: red; font-weight: bold; font-size: 12pt; font-family: Tahoma }
.audiolink { 
	font-family:Tahoma, Arial, sans_serif;
	display: list-item;
	list-style: square;
	list-style-position:inside;
	list-style-image:url('../images/audio.gif');
	}
#navbar {
	font-family: "Lucida Sans Unicode";
	font-size: 36px;
	font-weight: normal;
	color: #1A15D1;
}

#navbar a {
			text-decoration:none;
			color:#CCCCCC;
			}
			
#navbutton {
	text-align:center;
	height: 31px;
	width: 128px;
	font-family:"Lucida Sans Unicode";
	font-size: 12px;
	background-image:url(../images/button.jpg);
	background-repeat: no-repeat;
	padding-top: 8px;
}
			
#navbuttonover {
	text-align:center;
	height: 31px;
	width: 128px;
	font-size: 12px;
	font-family:"Lucida Sans Unicode";
	background-image:url(../images/navbuttonover.jpg);
	background-repeat: no-repeat;
	padding-top: 8px;
}