.noprint {
	display: none !important;
}
font, * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 170%;
	font-size: .96em;
}
#menucontainer {
	display: none;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-family: georgia, times, "times new roman", serif;
	font-weight: normal;
}

h1 {
	border-bottom: 1px solid #aaa;
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
h4, h5, h6, h7 {
	font-size: 1em;
}

#masthead, #footer {
	border: 1px solid #888;
	background: #f4f4f4;
	padding: 20px;
}
#masthead h1, #masthead h2, #masthead h3, #masthead h4, #masthead h5, #masthead h6, #masthead h7 {
	margin: 0;
	padding: 0;
}
#footer {
	padding: 0 20px 0 20px;
}
img.presenterpic {
	float: right;
}

a {
	color: #000;
	text-decoration: none;
}
a img {
	border: none;
}
ul#presenterslist li img {
	float: right;
}
/*	SCHEDULE	*/
	table#schedule th#time, table#schedule th#details, table#schedule th#time2, table#schedule th#details2, table#schedule caption {
		display: none;
	}
	table#schedule tbody * {
		font-size: 1em;
	}
	table#schedule th {
		text-align: left;
	}
	table#schedule th#date1, table#schedule th#date2 {
		font-size: 1.6em;
		text-align: left;
	}
	table#schedule tbody th, table#schedule tbody td {
		vertical-align: top;
	}
	table#schedule tbody td div.details {
		margin-left: 30px;
	}
	table#schedule tbody th, table#schedule tbody td {
		padding: 6px 4px;
		border-bottom: 1px solid #eee;
	}
	table#schedule tbody tr:hover th, table#schedule tbody tr:hover td {
		background: #f6f6f6;
		color: #000;
	}
