@charset "UTF-8";
/* CSS Document */
<!--
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
-->
</style>
<!-- CODE FOR FORM VALIDATOR -->
<style>
  input {
  font-family: Tahoma;
  font-size: 8pt;
  }
 
  .label {
width:50px;
  }
 
  textarea {
width: 500px;
  font-family: Tahoma;
  font-size: 8pt;
  }
   
  body {
font-family: Tahoma;
  font-size: 8pt;
  }
  .footerText {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

img {border:none;
}

a:link {
	color: #0000ff;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000ff;
}
a:hover {
	text-decoration: underline;
	color: #0000ff;
}
a:active {
	text-decoration: underline;
	color: #0000ff;
}

  .error {
  font-family: Tahoma;
font-size: 8pt;
  color: red;
  margin-left: 50px;
  display:none;
  }
  
#footer a:link {color: #333333;
}

#footer a:visited {color: #333333;
}

#footer a:hover {color: #333333;
}

#footer a:active {color: #333333;
}
#flashContent { width:100%; height:100%; }

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #ed174f;
	text-align: left;
}
.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #717074;
}
.FooterCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #717074;
}
.footerLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
}
.formHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #717074;
}
.formSmallType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #717074;
}
.formSmallTypeDarker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
.formType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: 000000;
}li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	list-style-type: disc;
	line-height: 1.5;
}
.style1 {	color: #FF0000;
	font-weight: bold;
}
.style2 {width: 50px; font-weight: bold; font-size:13px }
.style5 {font-family: Tahoma; font-size: 8pt; color: red; margin-left: 50px; display: none; font-weight: bold; }
