#regFormTable{
 width: 100%;
}

.regFormTitle{
  padding-top: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.regFormSubTitle{
  font-style: italic;
}

.center{
 text-align: center;
}

.halfWidth{
  width: 100%;
}

.fullWidth{
  width: 100%;
}

.note{
  font-style: italic;
  font-weight: normal !important;
  text-transform: none !important;
}

.feesTable{
  border-style: solid;
  border-color: #AAAAAA;
  border-width: 1px; 
  width: 100%;
}

.feesTable td{ 
  border-style: solid;
  border-color: #AAAAAA;
  border-width: 1px; 
  text-align: center;
}

.right{
  text-align: right !important;
}

.left{
  text-align: left !important;
}

