@charset "UTF-8";
.AF_Header {
	font-family: sans-serif, Helvetica;
	font-size: 18px;
	line-height: 15px;
	font-weight: bold;
	color: white;
	position: relative;
}

.AF_Header1 {
	font-family: sans-serif, Helvetica;
	font-size: 16px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: white;
	position: relative;
}

.AF_Header2 {
	font-family: sans-serif, Helvetica;
	font-size: 25px;
	line-height: 15px;
	font-weight: bold;
	color: #ff7f00;
	position: relative;
}

.AF_Body {
	font-family: sans-serif, Helvetica;
	font-size: 14px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: white;
	position: relative;
}

.AF_Footer {
	font-family: sans-serif, Helvetica;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: white;
	position: relative;
}

.wLink {
	text-decoration: none;
	font-family: sans-serif, Helvetica;
	font-size: 18px;
	line-height: 15px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
}


a:link {
	text-decoration: underline;
	font-family: sans-serif, Helvetica;
	font-size: 18px;
	line-height: 15px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
}

a:visted {
	text-decoration: none;
	font-family: sans-serif, Helvetica;
	font-size: 18px;
	line-height: 15px;
	font-weight: bold;
	color: white;
	position: relative;
}

a:hover {
	text-decoration: none;
	font-family: sans-serif, Helvetica;
	font-size: 18px;
	line-height: 15px;
	font-weight: bold;
	color: #ffde7b;
	position: relative;
}

a:active {
	font-family: sans-serif, Helvetica;
	font-size: 18px;
	line-height: 15px;
	font-weight: bold;
	color: white;
	position: relative;
}



.wLink a:link {
	text-decoration: underline;
	font-family: sans-serif, Helvetica;
	font-size: 18px;
	line-height: 15px;
	font-weight: bold;
	color: white;
	position: relative;
}

.wLink a:visted {
	text-decoration: none;
	font-family: sans-serif, Helvetica;
	font-size: 18px;
	line-height: 15px;
	font-weight: bold;
	color: white;
	position: relative;
}

.wLink a:hover {
	text-decoration: none;
	font-family: sans-serif, Helvetica;
	font-size: 18px;
	line-height: 15px;
	font-weight: bold;
	color: #ffde7b;
	position: relative;
}

.wLink a:active {
	font-family: sans-serif, Helvetica;
	font-size: 18px;
	line-height: 15px;
	font-weight: bold;
	color: white;
	position: relative;
}

h1 {
  line-height: 115%;
  font: 175%/100% Helvetica, Verdana, Arial, sans-serif;
  font-weight: bold;
  position: relative;
  color: #ff7f00;
}
h2 {
  line-height: 115%;
  font: 125%/100% Helvetica, Verdana, Arial, sans-serif;
  font-weight: bold;
  position: relative;
  color: #ff7f00;
}
h1 span {
  background: url(../images/gradient-white-stripe.png) repeat-x 0px 0px;
  position: absolute;
  display: block;
  width: 100%;
  height: 64px;
}