html, body {
	background-color: #FFF;
	color: #000;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
}

img {
	border: 0;
}


.table {
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	width: 100%;
}

.day {
	font-size: 19px;
	font-weight: bold;
	padding: 10px;
	text-align: left;
	border-bottom: 3px solid #CCC;
}

.category {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.time {
	font-size: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #CCC;
}

.break {
	text-align: center;
	border-bottom: 1px solid #CCC;
}

.keynote {
	text-align: center;
	border-bottom: 1px solid #CCC;
}

.session {
	font-size: 10px;
	vertical-align: top;
	width: 16%;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	
}

			
.title {
	font-size: 11px;
}

.speaker {
	font-style: italic;
}

