/* CSS Document */
table.table011 {
	margin-top: 0.2em;
	margin-bottom: 0em;
	border-collapse: collapse;
	border: solid 1px #2959A5;
	font-size: 12px;
	line-height: 1.6;
}

table.table011 caption {
  margin-top: 1em;
  text-align: left;
}

table.table011 th,
table.table011 td {
  border: solid 1px #2959A5;
  padding: 2px 5px;
}

table.table011 th {
  background: #E6E6E6;
  text-align: center;
  white-space: nowrap;
  color: #666;
}

table.table011 td.course {
  text-align: center;
  font-weight: bolder;
}

table.table011 td.time,
table.table011 td.fee {
  text-align: right;
  white-space: nowrap;
}
