@charset "UTF-8";
.Titles {
	font-family: Tahoma;
	font-size: x-large;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #00A3DD;
}
.bullets {
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	color: #00A3DD;
}
.body {
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #00A2DD;
	background-color: #FFFFFF;
}
.box {
	border: thin dashed #CCCCCC;
	padding: 10px;
}
.boxyellow {
	border: thin dashed #FFF200;
	padding: 10px;
}
.boxorange {
	border: thin dashed #FF9900;
	padding: 10px;
}
.boxblue {
	border: thin dashed #0FB9EA;
	padding: 10px;
}
.boxred {
	border: thin dashed #CC0000;
	padding: 10px;
}
.boxgreen {
	border: thin dashed #33CC00;
	padding: 10px;
}
.dashedline {
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: dashed;
	border-top-color: #999999;
}
.customticket {
	font-family: Tahoma;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #FF9900;
	text-decoration: underline;
}
.circuit {
	font-family: Tahoma;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #0066FF;
	text-decoration: underline;
	}
.pass {
	font-family: Tahoma;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #CC0000;
	text-decoration: underline;
	}
.textprices {
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.priceorange {
	font-family: Tahoma;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #FF9900;
	border: thick solid #FF9900;
}
.pricegreen {
	font-family: Tahoma;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #33CC00;
	border: thick solid #33CC00;
}
.priceblue {
	font-family: Tahoma;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #0FB9EA;
	border: thick solid #0FB9EA;
}
.priceyellow {
	font-family: Tahoma;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #FFF200;
	border: thick solid #FFF200;
}
.pricered {
	font-family: Tahoma;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #CC0000;
	border: thick solid #CC0000;
}
.titlered {
	font-family: Tahoma;
	font-size: x-large;
	font-weight: bolder;
	color: #FF0000;
}
.bubbletable {
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #0FB5E4;
}
