/* First Sunday-related classes */

/* date & time */
.fsdate {
	color: #ffffff;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	font-size: large;
	}


/* Performer */
.fsband {
	color: #ffffff;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	font-size: large;
	}
a.fsband:link {
	color: #ffcccc;
	}
a.fsband:visited {
	color: #ffcccc;
	}


/*Performer -- subheading or note (this might just be "normal" text) */
.fsband2 {
	color: #ffffff;
	font-weight: normal;
	font-family: Arial,Helvetica,sans-serif;
	font-size: small;
	}
a.fsband2:link {
	color: #ffcccc;
	}
a.fsband2:visited {
	color: #ffcccc;
	}
b.fsband2:link {
	color: #ffcccc;
	}
b.fsband2:visited {
	color: #ffcccc;
	}

/* Additional info/note */
.fsinfo {
	color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: x-small;
	}
a.fsinfo:link {
	color: #ffcccc;
	}
a.fsinfo:visited {
	color: #ffcccc;
	}




/* Gallery listing-related classes */
/* Date */
.gdate {
	color: #ffffff;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	font-size: large;
	}

/* Opening info */
.gopening {
	color: #ffffff;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	font-size: large;
	}

/* Artist */
.gartist {
	color: #ffffff;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	font-size: large;
	}
a.gartist:link {
	color: #ffcccc;
	}
a.gartist:visited {
	color: #ffcccc;
	}

/* Note/info */
.ginfo {
	color: #ffffff;
	font-weight: normal;
	font-family: Arial,Helvetica,sans-serif;
	font-size: small;
	}
a.ginfo:link {
	color: #ffcccc;
	}
a.ginfo:visited {
	color: #888888;
	}


