body { }
p { }
td { }
a:link { }
a:visited { }
a:hover { }
a:active { }
body {
	color: black;
	color: #000000;
	background-color: #e4ea31;
	text-align: center;}
	
	/*************make window float cetner in IE PC******************/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	margin: 0;
	padding: 0;
	border: 0; }


/* Global Page Design and Column Positioning */
/***********************************************/ 
#pageCell  /* Wrapper encloses all elements of the page    */ {
	background-image: url(../images/home/background_home.jpg);
	text-align: left;
	height: 640px;
	width: 965px;
	position: relative;
	margin: auto;
	z-index: 1;
	visibility: visible;
	clear: both;
	padding-top: 0;
	border-color: black #616161 #616161 black;
	border-style: solid outset outset solid;
	border-width: 1px 3px 3px 1px;  /* Creates a faux drop shadow */ }
.bodyCopy {
	color: white;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 17px; }

.bodyCopyBlueBold {
	color:       #aff2fc;
	font-size:   14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 17px; }

.bodyCopyBlueBigCap {
	color:       #aff2fc;
	font-size:   38px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	line-height: 38px;
	background-repeat: repeat-x; }

.tagLine {
	color: #e4ea31;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px; }
.ticketsSmTitle {	color:       #e4ea31;
	font-size:   16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px; }
.downloadInstructions {	color:       #fefac9;
	font-size:   12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 15px; }

.ticketsText {	color:       #fff;
	font-size:   14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 20px; }

.tagLineItalic {
	color:       #e4ea31;
	font-size:   16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 30px; }

.Quote {
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	letter-spacing: -0.5px; }
.homePageTagLine {
	color: white;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px; }
	
/* Special Rollovers */
/***********************************************/

.presslink a:link {
	color: #e4ea31;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-decoration: none; }
.presslink a:visited {
	color: #e4ea31;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-decoration: none; }
.presslink a:hover {
	color: #fff;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-stretch: ultra-expanded;
	line-height: 16px;
	text-decoration: none; }
.presslink a:active {
	color: #e4ea31;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-decoration: none; }

