@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(/newsite_images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #ffffff;
}
a {
	color: #86C23E;
	text-decoration: underline;
}

a:hover {
	color: #BD1A8D;
}
img {border: 0;}
.upcomingshowstext {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #fdd312;
	background-image: url(/newsite_images/dotted-line.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.upcomingshowstext a{
	color: #fdd312;
	text-decoration:none;
}
.upcomingshowstext a:hover{
	color: #ffffff;
	text-decoration:none;
}

.footerlink {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #ffff88;
}
.footerlink a{
	color: #ffff88;
	text-decoration:none;
}
.footerlink a:hover{
	color: #ffffff;
	text-decoration:underline;
}
.copyrighttext {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

h2 {
	font-size: 1.4em;
	color: #BD1A8D;
	font-weight: normal;
}

h3 {
	font-size: 1.1em;
	color: #BD1A8D;
}
