.mainstage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	text-align: left;
	vertical-align: top;
}
.events {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	text-align: left;
	vertical-align: top;
	visibility: visible;
}
.linklist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-align: center;
	text-decoration: none;
}
.locations {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	letter-spacing: normal;
	vertical-align: middle;
}

.eventsbkgnd {
	background-attachment: fixed;
	background-image: url(/images/EventsBox.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.locationsbkgnd {
	background-attachment: fixed;
	background-image: url(/images/LocationsBox.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
a.locations:link {
	color: white;
	text-decoration: none;
}
a.linklist:link {
	color: white;
	text-decoration: none;
}
a.linklist:hover {
	color: white;
	text-decoration: none;
}
a.linklist:active {
	color: white;
	text-decoration: none;
}
a.linklist:hover {
	color: white;
	text-decoration: none;
}
a.linklist:visited {
	color: white;
	text-decoration: none;
}
a:visited {
	color:#FF0000;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FF0000;
	text-decoration: none;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
