html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	background:rgb(209,205,193);
	font-size:12px; 
	font-family: Trebuchet MS, Helvetica, sans-serif;
	-webkit-border-radius: 10px;
	}
	
h1 {

	font-size: 14px;
	text-decoration: underline;
	}

#content p {
	padding:5px; text-align:justify;
	}
.boldhead {
	font-size:1.5em; 
	font-weight:bold;
	}
.bold {font-weight:bold;}

.jump {
	position: relative;
	top: -25px;
	float: right;
	}

 
.menu_link a:link, .menu_link a:active, .menu_link a:visited, .menu_link a:hover, .menu_active {
    font-size:11px;
    font-weight:bold;
    text-transform:uppercase;
    color:#FFFFFF;
    text-decoration:none;
}

.menu_active {
    color:rgb(212, 222, 255);
}

.menu_link a:hover {
    color:#FE9D00;
	color:#EEEEFF;
    text-decoration:underline;
}

.section_title {
    font-size:11px;
    background-color:#4e5262;
    color:#FFFFFF;
    text-transform:uppercase;
    font-weight:bold;
    width:100%;
    margin:10px 0 5px 0;
    }

a:link {
	color: #54586A;
}
a:visited {
	color: #54586A;
}
a:hover {
	color: #000000;
}
a:active {
	color: #54586A;
}
body,td,th {
	color: #333333;
}

.schedule_venue {
    font-weight:bold;
}
.schedule_time {
    margin-right:8px;
}
.ticket_link {
    font-weight:bold;
    text-transform:uppercase;
    font-decoration:none;
    padding:2px 4px 2px 4px;
    border: 1px solid black;
    background-color: rgb(212, 222, 255);
    text-decoration:none;
}

a.tooltip {color: #000000; font-weight:bold; text-decoration:underline;}
a.tooltip:hover {color: #000000; background:#ffffff; text-decoration:underline;} /*BG color is a must for IE6*/
a.tooltip span {color: #000000; display:none; padding:2px 6px 2px 3px; margin-left:0px; margin-top:16px; text-decoration:none;}
a.tooltip:hover span{display:inline; position:absolute; background:#eeeeee; border:1px solid #999999; color:#333333;text-decoration:none;}