

div, p, td, dd, dl, dt,  {
	/* redundant selectors for NS4 */
    font-family:  geneva;
    font-size: 12px;
	color: #000000;
}
	
th {
	/* redundant selectors for NS4 */
    font-family:  verdana, geneva, arial, sans-serif;
	color: #000066;
    font-size: 12px;
	background-color: #CCCCCC;
}

/* THIS IS FOR ANY MESSAGE DISPLAYED */
.messageText {
	font-family: Verdana, Geneva, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #c20000;
	font-size: 12px;
	font-weight: bold;
}


/* THIS IS FOR ALL THE HTML BUTTONS */
.buttonStyle{
	color:            #000000;
	font-family:      Verdana, Geneva, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:        12px;
	font-weight:      bold;
	background-color: #ADAEBD;
	/* border-style:     groove; */
	border-width:     2;
	border-color:     #CCCCCC;

}

/* THIS IS USED FOR ALPHABET LISTING ACROSS TOP */
.alphabetList {
	color:            #000000;
	font-family:      Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:        9px;
}


/* THIS IS USED TO INDICATE A REQUIRED FIELD */
.requiredField {
	color:            #c20000;
	font-size:        12px;
	font-weight:      bold;
}


/* THIS IS USED TO INDICATE "NEW" */
.newStatus {
	color:            #d20000;
	font-size:        12px;
	font-weight:      bold;
}


/* **************************** */
/* THESE ARE USED IN THE USER INTERFACE SIDE OF THINGS */
.userArtist {
	color: #c20000;
	font-size: 20px;
	font-weight: bold;
}
.userTitle {
	color: #c20000;
	font-size: 20px;
	font-weight: bold;
}
.userTrack {
	color: #c20000;
	font-size: 20px;
	font-weight: bold;
}

/* **************************** */


/* **************************** */
/* THESE 2 CLASSES ARE USED FOR ALTERNATING ROW COLORS */
.listRow {
	color:            #000000;
	font-family:      Verdana, Geneva, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:        12px;
	background-color: #FFFFFF;
}
.listRowAlt {
	color:            #000000;
	font-family:      Verdana, Geneva, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:        12px;
	background-color: #EAEAEA;
}
/* **************************** */



/* **************************** */
/* USED AT THE TOP OF EACH PAGE IF IT HAS A HEADER */
.header {
	color: #FFFFFF;
	background-color: #000000;
	font-size: 30px;
	font-weight: bold;
}
/* **************************** */


/* **************************** */
/* USED AT THE TOP OF EACH PAGE IF IT HAS A HEADER */
.pageHeader {
	color: #c20000;
	font-size: 30px;
	font-weight: bold;
}
/* **************************** */


