	#content, #content td {
		margin: 15px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 17px;
	}
	
	#content table.busshuttle {
		border-top:1px solid gray;
		border-left:1px solid gray;
		width: 680px;
	}
	
	#content table.busshuttle td.header {
		border-right:1px solid gray;
		border-bottom:1px solid gray;
		background-color: White;
		text-align: center;
		width: 81px;
	}
	
	#content table.busshuttle td.sub {
		border-right:1px solid gray;
		border-bottom:1px solid gray;
		background-color: #FBFAAE;
		text-align: center;
	}
	
	#content table.busshuttle td.empty {
		border-right:1px solid gray;
		border-bottom: 0px;
		background-color: transparent;
		text-align: center;
		width: 30px;
	}

	#content table.busshuttle td.day {
		border-right:1px solid gray;
		border-bottom:1px solid gray;
		background-color: #DDBC77;
		text-align: center;
		height: 30px;
		font-weight: bold;
	}
	
	#content table.busshuttle td {
		border-right:1px solid gray;
		border-bottom:1px solid gray;
		background-color: #EBEDF5;
		text-align: center;
	}
	

	