body{
	background-color: #334962;
	color: white;
	font-family: sans-serif;

}
h1{
	font-family: serif;
}

h1,
h2,
h3,
p
{

	float: left;
	clear: both;
}

h3{
	padding-left: 1em;
}


a{
	color: #AAAAFF;
}

a:hover
{
	color: #CCCCFF;
}

table{
	border: solid 1px gray;
	border-collapse: collapse;
	float: left;
	clear: both;
}

td,th{
	border: solid 1px gray;
	vertical-align: top;
}

td.break{
	color: #FF5555;
}
td.session{
	color: #55FF55;
}

tr.half{
	height: 1em;
}
tr.one{
	height: 2em;
}    
tr.onehalf{
	height: 3em;
} 
tr.two{
	height: 4em;
}    

div.speaker{
	float:left;
	padding: 2px;
	width: 10em;
}
div.break{
	float:left;
	padding: 2px;
	width: 60em;
	color: #C0F0C0;
	border-bottom: solid 1px #C0F0C0;
	margin-bottom:4px;
	margin-top:1em;
}

div.talktitle{
	float:left;
	font-style: italic;
}
div.affil{
	float:left;
	width: 8em;
	padding:2px;
}
div.time{
	float: left;
	width: 3em;
	padding-left: 1em;
	clear: left;
}
div.sesdetail{
	float: left;
	padding: 2px;
}
div.clear{
	float: left;
	clear: both;
}
ol{
	clear: left;
}

