/* CSS Document */
table.table012 {
	margin-top: 0em;
	margin-bottom: 0em;
	border-collapse: collapse;
	border: solid 1px #FFFFFF;
	font-size: 100%;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
}

table.table012 caption {
  margin-top: 1em;
  text-align: left;
}

table.table012 th,
table.table012 td {
	padding: 0px 0px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border: dotted 1px;
}

table.table012 th {
  background: #FFFFFF;
  text-align: center;
  white-space: nowrap;
}

table.table012 td.course {
  text-align: center;
  font-size: 200%;
  font-weight: bolder;
}

table.table012 td.time,
table.table012 td.fee {
  text-align: right;
  white-space: nowrap;
}
