@charset "utf-8";
/* CSS Document */



body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.backgroundWhite {
	background-color: #FFFFFF;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	text-align: center;
}
.design a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}
.design a:link {
	text-decoration: none;
	color: #000066;
}
.design a:visited {
	text-decoration: underline;
	color: #999999;
}
.design a:hover {
	text-decoration: underline;
	color: #999999;
}
.design a:active {
	text-decoration: underline;
	color: #999999;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000066;
	text-align: left;
}
.h2center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000066;
	text-align: center;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#nav a:link {
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
	color: #999999;
}
#nav a:hover {
	text-decoration: underline;
	color: #999999;
}
#nav a:active {
	text-decoration: none;
	color: #999999;
}
.page a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
}
.page a:link {
	text-decoration: underline;
}
.page a:visited {
	text-decoration: underline;
	color: #999999;
}
.page a:hover {
	text-decoration: underline;
	color: #999999;
}
.page a:active {
	text-decoration: underline;
	color: #999999;
}
.pageLG a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 20px
}
.pageLG a:link {
	text-decoration: underline;
}
.pageLG a:visited {
	text-decoration: underline;
	color: #999999;
}
.pageLG a:hover {
	text-decoration: underline;
	color: #999999;
}
.pageLG a:active {
	text-decoration: underline;
	color: #999999;
}
.buytickets a {
	font-family: Kristen ITC;
	color: #ff9c4a;
	font-size: 20px;
	text-align: center;
	font-weight: bolder;
}
.buytickets a:link {
	text-decoration: underline;
	text-align: center;
}
.buytickets a:visited {
	text-decoration: underline;
	color: #7b7bad;
	text-align: center;
}
.buytickets a:hover {
	text-decoration: underline;
	color: #ccffcc;
	text-align: center;
}
.buytickets a:active {
	text-decoration: underline;
	color: #ccffcc;
	text-align: center;
}
.tableborder {
	border: #000;
	border-style: double;
	border-width: medium;
}
	
	
