@charset "UTF-8";
/* CSS Document */

div.matchedChildContainer {
	width: 520px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
div.matchedChildContainer h1{
	color:#660099;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-decoration: underline;
}
div.matchedChildContainer h2{
	color:#660099;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 15px;
}
div.matchedChildContainer h3{
	color:#000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 2px;
}
div.matchedChildContainer p{
	color:#000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}
div.matchedChildContainer img{
	text-align: center;
	margin-bottom: 5px;
}
div.matchedChildBox {
	width: 160px;
	float: left;
	margin: 0 0 0 1px;
	padding: 0 5px 0 5px;
	text-align: center;
	height: 145px;
}
div.removedChildBox {
	width: 75px;
	height: 95px;
	float: left;
	margin: 0 0 0 1px;
	padding: 5px;
	text-align: center;
}
.mainHead {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	
}.pageHead {
	color: 660099;
	font-size: 36px;
}
.pageSubHead {
	color: 660099;
	font-size: 18px;
}
div.linkBoxContainer {
	width: 520px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
div.linkBox {
	text-align: center;
	font-size: 18px;
	display: table-cell;
	vertical-align: middle;
}
div.linkBox  h1 {
	color:#660099;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	text-decoration: underline;
	vertical-align: middle;
}
div.linkBox  a:link {
	text-align: center;
	font-size: 17px;
	vertical-align: middle;
	color: #000000;
	text-decoration: none;
}
div.linkBox a:visited {
	text-align: center;
	font-size: 17px;
	vertical-align: middle;
	color: #000000;
	text-decoration: none;
}
div.linkBox a:active {
	text-align: center;
	font-size: 17px;
	vertical-align: middle;
	color: #000000;
	text-decoration: none;
}
div.linkBox a:hover {
	text-align: center;
	font-size: 17px;
	vertical-align: middle;
	color: #000000;
	text-decoration: none;
}
.bodyCopy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: left;
}
.textButton {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: left;
}
#mybutton   {
	border-style: inset;
	border-color: #666699;
	background-color: #660099;
	text-decoration: none;
	width: 100px;
	text-align: center;
}
  
.buttontext {
  	color: white; 
	text-decoration: none;   
	font: bold 12pt Verdana;
	cursor: hand;
}

.buttonover  {
  	color: yellow; 
	text-decoration: none;
	font: bold 12pt Verdana;
	cursor: hand;
}
.regform_plain {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.regform_bold {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.regform_required {
	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.regform_required_small {
	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.regform_header {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	padding-top: 40px;
	text-align: left;
}
.regform_boldsmall {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.regform_error {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.thanks {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #CC3300;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}
.message {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 15px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #3300FF;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}

