div.listlink {
	background: url(../images/listlink_bg.gif) repeat-x left top;
	border: 2px solid #d4d4d4;
	width: 666px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
}
div.point h3 {
	background: url(images/point_h3.gif) no-repeat 8px 5px;
	color: #e51534;
	font-size: 110%;
	margin: 3px 0px;
	padding-left: 22px;
}

div.point p {
	line-height: 1.5em;
	padding-left: 40px;
}

table.schedule th {
	: ;
	background-color: #d0c695;
	border-bottom: 1px solid white;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: 10%;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}

table.schedule td {
	background-color: #f0ebd5;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: white;
	border-bottom-color: white;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 20px;
}

table.timeschedule th {
	background-color: #252525;
	border: 1px solid #bfbfbf;
	color: white;
	padding: 2px 5px;
	text-align: center;
}

table.timeschedule td {
	background-color: #e7e7e7;
	border: 1px solid #bfbfbf;
	padding: 2px 5px;
	text-align: center;
}

table.timeschedule td ol {
	margin-left: 40px;
}

table.timeschedule td ol li {
	margin: 0px;
	text-align: left;
}

table.timeschedule tr.space td {
	background-color: white;
	border-left: none;
	border-right: none;
	height: 6px;
	padding: 0px;
}

table.timeschedule td ul {
	margin-left: 40px;
}
table.timeschedule td ul li {
	margin: 0px;
	text-align: left;
	list-style-type: disc;
}
table.schedule td ul {
	margin-left: 10px;
}
table.schedule td ul li {
	margin: 0px;
	text-align: left;
	list-style-type: disc;
}
