/* CSS Document */

body {
			margin: 10px;
			text-align: left;
			background: white;	
		}
		
p {
			font: normal normal normal 12pt Tahoma, Verdana, Arial, sans-serif;
			color: #000000;
			margin: 10px;
		}
		
h1 {
			font-family: 'Papyrus', Tahoma, Verdana, sans-serif;
			font-size: 16pt;
			text-align: left;
			margin: 10px;
		}		
		
h2 {
			color: #000000;
			font: bold 10pt Tahoma, Verdana, Arial, sans-serif;
			text-transform: uppercase;
			margin: 10px;
			border-top-width: 0px;
			border-right-width: 0px;
			border-bottom-width: 1px;
			border-left-width: 0px;
			border-top-style: none;
			border-right-style: none;
			border-bottom-style: dotted;
			border-left-style: none;
			border-bottom-color: #333333;
		}		
		
#container {
			width: 100%;
			margin: 0;
			text-align: left;
		}
		
#header {
			width:100%;
			float: none;
			padding-top: 0;
			background-color: #ffffff;
			display:none;
visibility: hidden;
		}
		
.content {
			width:100%;
			float: none;	
			background-color: #ffffff;
			border: 0;
		}

.linkspan {
			
			padding: 0 25px 0 25px;
			display:none;
visibility: hidden;
		}

.content a {
			color: #333333;
			text-decoration: underline;
		}
		
.content a:link {
			color: #333333;
			text-decoration: underline;
		}
		
.content a:visited {
			color: #333333;
			text-decoration: underline;
		}
		
.content a:hover {
			color: #333333;
			text-decoration: none;
		}

#links {
			font: normal normal normal 10pt Tahoma, Verdana, Arial, sans-serif;
			text-align: center;
			margin: 10px;
		}
		
#links a:link {
			color: #000000;
			text-decoration: underline;
			padding: 5px;
		}
		
#links a:visited {
			color: #000000;
			text-decoration: underline;
			padding: 5px;
		}
		
#links a:hover {
			color: #000000;
			text-decoration: underline;
			padding: 5px;
		}

#footer {
			font-family: Tahoma, Verdana, Arial, sans-serif;
			font-size: 10pt;
			color: #333333;
			text-align: center;
		}
		
#footer a:link {
			color: #000000;
			text-decoration: underline;
		}
		
#footer a:visited {
			text-decoration: underline;
			color: #000000;
		}
		
#footer a:hover {
			color: #000000;
			text-decoration: underline;
		}
		
body img {
	display:none;
visibility: hidden;
		}
		
p.mapleleaf {
			font-size: 10pt;
			color: #999999;
		}
		
p.mapleleaf a:link {
			color: #999999;
			text-decoration: none;
		}
		
p.mapleleaf a:visited {
			text-decoration: none;
			color: #999999;
		}
		
p.mapleleaf a:hover {
			color: #999999;
			text-decoration: underline;
		}
		
.accent {
			color: #333333;
			font-style: italic;
			font-weight: bold;
		}
		
.prices {
			font-size: 10pt;
			font-weight: bold;
			margin-left: 50px;
			padding: 0 5px;
			border-left-width: 1px;
			border-left-style: dotted;
			border-left-color: #333333;
		}
		
.events {
			text-transform: uppercase;
			font-size: 10pt;
			font-weight: bold;
			border-top-width: 0px;
			border-right-width: 0px;
			border-bottom-width: 1px;
			border-left-width: 0px;
			border-top-style: none;
			border-right-style: none;
			border-bottom-style: dotted;
			border-left-style: none;
			border-bottom-color: #333333;
			margin: 0 20px;
		}
		
.music {
			text-transform: uppercase;
			font-size: 10pt;
			font-weight: bold;
			color: #333333;
		}
		
table {
			font: bold 10pt Tahoma, Verdana, Arial, sans-serif;
			color: #333333;
			margin: 20px;
		}
		
form {
			text-align: center;
			margin: 20px;
			border: 1px solid #000000;
		}
		
input {
			font: normal normal normal 10pt Tahoma, Verdana, Arial, sans-serif;
		}
		
textarea {
			font: normal normal normal 10pt Tahoma, Verdana, Arial, sans-serif;
		}
		
p.headline {
			color: #000000;
			text-align: center;
			font-size: 10pt;
			margin: 0 25px;
			padding: 5px;
			border: 1px solid #CCCCCC;
			background: white;
		}