.afterSchool_error  {
  /*font-family: sans-serif;
  font-size: medium;
  font-weight: bold;*/
  color: red;
}

.afterSchool_title  {
 text-align: center;
 font-size: x-large;
 color: black;
 font-family: sans-serif;
 font-weight: bolder;
 
}

.afterSchool_subTitle {
 text-align: left;
 font-size: large;
 color: black;
 font-family: sans-serif;
 font-weight: bold;
}

.afterSchool_formTable {
  table-layout: automatic;
  border-width: 0px;
  border-spacing: 0px;
  border-style: none;
  border-collapse: separate;
  background-color: white;
}


.afterSchool_formTable td {
  border-width: 0px 0px 0px 0px;
  padding: 0px 5px 0px 0px;
  border-style: none none none none;
  border-color: gray gray gray gray;
  background-color: white;
}

.no_border {
	border-style: none;
}

.two_weeks {
	color: red;
