.formText {
  font-family: Helvetica;
  font-size: 12px;
  text-align: left;
}

.formText2  {
  font-family: Helvetica;
  font-size: 12px;
  padding-left: 30px;
}

.formHeader {
  font-family: Helvetica;
  font-size: 12px;
}

.formSelectMultiLimit {
  height: 200px;
}

input {
	width: 250px;
}

textarea {
	width: 250px;
}

#RegisterNow {
	width: 150px;
}

.tabHeader {
	font-weight: bold;
  font-family: Helvetica;
	font-size: 14px;
  text-align: left;
/* 	background-color: #c8ded1; */
}

.tabHeaderSmaller {
	font-weight: bold;
  font-family: Helvetica;
	font-size: 12px;
/* 	background-color: #c8ded1; */
  text-align: left;
}

.boldBig {
  font-family: Helvetica;
	font-weight: bold;
	font-size: 16px;
}

.linkNoDecoration {
	text-decoration: none;
	color: #233098;
	font-weight: bold;
}

.verticalSeparator {
	border-left: solid black 1px;
	width: 1px;
}