 /* standard CSS def */
 
	.content {
		font-family: verdana;
		font-size: 10pt;
		font-weight: bold;
		color: #333333;
		text-decoration: none;
	}

	.smallcontent {
		font-family: verdana;
		font-size: 8pt;
		color: #666666;
		text-decoration: none;
	}

	.heading {
		font-family: verdana;
		font-size: 11pt;
		font-weight: bold;
		color: #000000;
		text-decoration: none;
	}

	.artistinfo {
		font-family: verdana;
		font-size: 12pt;
		font-weight: bold;
		color: #666666;
		text-decoration: none;
	}

	.artistlink {
		font-family: verdana;
		font-size: 10pt;
		font-weight: bold;
		color: #3333FF;
		text-decoration: none;
	}

	.artistlist {
		font-family: verdana;
		font-size: 10pt;
		font-weight: bold;
		color: #333333;
		text-decoration: none;
	}

	.moreinfo {
		font-family: verdana;
		font-size: 9.5pt;
		font-weight: bold;
		color: #6666FF;
		text-decoration: none;
	}

	.eventdate {
		font-family: verdana;
		font-size: 10pt;
		font-weight: bold;
		color: #6666CC;
		text-decoration: none;
	}

	.eventvenue {
		font-family: verdana;
		font-size: 11pt;
		font-weight: bold;
		color: #333366;
		text-decoration: none;
	}

	.venuelist {
		font-family: verdana;
		font-size: 10pt;
		font-weight: bold;
		color: #3333FF;
		text-decoration: none;
	}

	.numevents {
		font-family: verdana;
		font-size: 10pt;
		font-weight: bold;
		color: #000000;
		text-decoration: none;
	}

	.vieweventinfo {
		font-family: verdana;
		font-size: 11pt;
		font-weight: bold;
		color: #333399;
		text-decoration: none;
	}

	.eventdescription {
		font-family: verdana;
		font-size: 9pt;
		font-weight: bold;
		color: #666666;
		text-decoration: none;
	}

	a {
		text-decoration: none;
		color: blue;
	}
	a:hover {
		text-decoration: underline;
		color: blue;
	}
	a:visited {
		text-decoration: none;
		color: blue;
	}
	a:visited:hover {
		text-decoration: underline;
		color: blue;
	}

	body {
		background-color: #FFFFFF;
	}
