/* ----- style classes ----- */
.pagetitle {
  text-align:		center;
  color:		#006400;
  font-size:		24px;
  font-weight:		900;
  margin-top:		8px;
  margin-bottom:	8px;
}

.shaded {
  background-color:	#f0fff0; /* honeydew */
}

.rowhead {
  font-weight:		900;
  background-color:	#7ccd7c;
  text-align:		center;
}

.mandatory {
  color:		#ff0000; /* red */
  font-weight:		900;
}

.submit {
  color:		#0000ff; /* blue */
}

.reset {
  color:		#ff0000; /* red */
}

.r-align {
  text-align:		right;
}

.l-align {
  text-align:		left;
}

.rulelist ol {
  font-size:		12px;
  list-style:		decimal outside;
}

.rulelist li {
  margin-top:		12px;
}

.alt1 {
  background:		#ffffff;
}

.alt2 {
  background:		#c1ffc1;
}

.news {
  font-size:		11px;
  padding:		10px;
}

/* ----- Contact Form ----- */
#contact_form {
  width:		90%;
  text-align:		center;
  vertical-align:	middle;
  border-width:		0px;
  border-collapse:	collapse;
  padding:		5px;
  margin-left:		40px;
  margin-right:		40px;

}

#form_title {
  font-weight:		900;
  font-size:		16px;
  color:		#000000; /* black */
}

