p {
  text-align: left
}

p.center {
  text-align: center
}

table#schedule {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #FF9966;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #003366;
  background: #ECD6C1;
  }

table#schedule td, table#schedule th {
  border: 1px dashed #FF9966;
  padding: .8em;
  color: #252552;
  }
  
thead th, tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #FF9966;
  text-align: left;
  background: #CC6600;
  color: #FFCC66;
  padding-top:6px;
  }

tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }

.hotel {
	color: #006699;
	margin-top: 9px;
	font-size: .87em;	
}

.hotelspecial {
	color: #b6210c;
	margin-top: 9px;
	font-size: 0.85em;
}

.webcast {
	padding-left: 35px;
	background-image: url(images/webcast.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.odd {
  background: #FEE6D3;
  }

#schedule a:link, #schedule a:visited, #schedule a:active  {
	color: #0066CC;
	font-weight: bold;
}

#schedule a:hover  {
	color: #759BFF;
	font-weight: bold;
}
  
