p, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	text-align: justify;
}

textarea, select, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;

}
.WhatHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #094D91;
}
.WhatTeaser {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: normal;
	text-align: left;
}
a {
	font-weight: bold;
	color: #CC1D37;
	text-decoration: underline;
}
.footer {
	font-family: "Gill Sans MT", Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 25px;
	text-align: center;
	vertical-align: middle;
}
.nav {
	font-family: "Gill Sans MT", Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC1D37;
	display: block;
	background-position: center center;
	vertical-align: middle;
	text-align: center;
	margin: 0px;
	padding: 4px;


}
a.nav:hover {
	font-family: "Gill Sans MT", Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #094D91;
	display: block;

}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0px;
	background-color: #84A6C8;	font-size: 12px;
	line-height: 140%;
	color: #333333;
	text-align: justify;
}
.imgBorder {
	border: 1px solid #094D91;
}
.teaserImageBorder {
	border: 1px solid #FFFFFF;
	margin-right: 5px;
	margin-bottom: 5px;
}
.button {
	font-family: "Gill Sans MT", Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC1D37;
	border: 1px dashed #094D91;
	height: 22px;
	text-align: center;
}
h1 {

	font-family: "Gill Sans MT", Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
	font-size: 20px;
	color: #094D91;
}
h2 {


	font-family: "Gill Sans MT", Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
	font-size: 16px;
	color: #225CAE;
}

#form label, #form input { display: block; width: 200px; float: left; margin-bottom: 10px; }
#form label, #form textarea { display: block; width: 200px; float: left; margin-bottom: 10px; }
#form label, #form select { display: block; width: 200px; float: left; margin-bottom: 10px; }
#form label { text-align: left; width: 100px; padding-right: 20px; font-size: 12px; font-weight: bold; color: #000000; }
#form br { clear: left; }
#form hr { clear: left; }
#form A { font-size: 12px; }
#form span.requireditem, .requireditem{
	color: #FF0000;
	font-weight: bold; font-size: 12px; 
}