.form_text_large {
	font-size: 15px;
	font-width: bold;
}
.form_text_mandatory
{
  color: red;
  font-size: 13px;
  font-width: bold;
}
.form_text_small_table
{
  font-size: 13px;
  text-align: left;
  vertical-align: baseline;
}
.radio_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
button
{
  color: black;
  background-color: #0F3063;
  font-weight: bold;
}
input, textarea, select
{
	font-family:verdana;
	font-size:13px;
	color: #000000;
	background-color: #F1F5F9;
	border: 1px solid #0F3063;
}

.submit {
	font-size: 14px;
	font-weight: bold;
	color: white;
	background-color: #0F3063;
}
