@CHARSET "ISO-8859-1";

.centerText {
	text-align: center;
}


.regform {
	width:690px;
	
}

.registration_form_mainHeading {
	font-weight: bold;
	font-size:300%;
	
}

.registration_form_mainSubheading {
	font-weight: bold;
	font-size:180%;
	
}


.registration_heading {
	text-decoration: underline;
	font-weight: bold;
	font-size:150%;
}

.registration_sub_heading {
	text-decoration: underline;
	font-weight: bold;
	font-size:110%;
}

.formErrors {
	color: red;
	font-weight: bold;
}

body {
	
}

#attending_ages {
	text-align: center;
	
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	//border-collapse: collapse;
	
}
#attending_ages td{
	width: 80px;
}
#attending_ages tr.fields td {
	text-align: center;
	
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	//border-collapse: collapse;
	
}

#attending_ages tr.header  {
	color: ffffff;
	font-weight: bold;
	background-color: #000000
}