@charset "UTF-8";
/* CSS Document */

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16pt;
}

form p {

	margin:0 0 5px 25px;

	max-width: 560px;

}

h2 {

	margin-left: 40px;

	font-size: 1.2em;

}

form {

	width:560px;

	font-size: 1em;

	height: 450px;

	margin-top: 15px;

	margin-right: auto;

	margin-bottom: 10px;

	margin-left: auto;

	overflow: auto;

}

legend {
	font-size: 1.2em;
	color: #325598;
}

label {

	display:block;

	padding-top: 5px;

	font-size: 0.9em;

}

fieldset {
	margin-bottom: 15px;
	border: 2px solid #325598;
}

.textInput {

width:250px;

}

.chkRad label {

display:inline;

}

select {

margin:5px 0 8px 30px;

}

textarea {
	width:400px;
	height:150px;
}
  h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-variant: normal;
	color: #333E99;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#mainContent h4 {

	border-bottom-width: thin;

	border-bottom-style: solid;

	border-bottom-color: #43A2B8;

	margin-bottom: 5px;

}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	text-align: left;
}

input:focus, textarea:focus, select:focus {

	background-color: #D3F5F4;

}

