@charset "utf-8";
body  {
	background: #12224b;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #12224b;
	line-height:130%;
}
#mainContent p {
	text-align:justify;
}
a {
	text-decoration:underline;
	color: #FF6600;
}

a:hover {
	color: #12224b;
}

hr {
	color: #12224b;
	background-color: #12224b;
	border: 0;
	height: 1px;
}
h1 {
	font-weight:bold;
	color:#FF6600;
	font-size:1.05em;
	text-transform: uppercase;
	margin-bottom:5px;
}
h2 {
	font-weight:bold;
	color:#FF6600;
	font-size:1em;
	margin:0;
}
h3 {
	font-weight:bold;
	font-size:1em;
	margin:0;
}
h4 {
	font-weight:normal;
	font-style:italic;
	font-size:1em;
	margin:0;
}
h3 + p {
	margin-top:5px;
}
h4 + p {
	margin-top:5px;
}
form {
	margin: 0px;
	padding:0px;
}
form span {
	line-height:90%;
}
form p {
	line-height:90%;
	margin: 3px 0px 0px 0px;
}
form label { 
	font-size:0.90em;
}
.requiredField {
	font-weight:bold;
}
fieldset {
	border:1px solid #12224b;
	padding-bottom: 8px;
}
iframe {
	border: 1px solid #12224b;
	margin:0px;
}
select, input, textarea {
	font: 0.90em Verdana, Arial, Helvetica, sans-serif;
	color: #12224b;
}
textarea {
	margin-left: 5px;
	width: 450px;
	height: 80px;
}
h1 img {
	float:left;
}
#byMM {
	float: right;
}
#byMM img {
	border:0;
}
#byMM a {
	text-decoration:none;
}
