/* CSS Document */
<style type="text/css">

#CenterCol {
	float: left;
	width: 400px;
}
#Headline {
	text-align: center;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#RightCol {
	width: 215px;
	float: right;
}
#FAQText {
	width: 85%;
	float: left;
}

.UpperBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #115A97;
	letter-spacing: 3px;
}
.LargeBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
}
.LargeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #000000;
}
.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.IntroText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006940;
	position: static;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006940;
	margin-bottom: 5px;
}
.IntroTextLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006940;
	position: static;
	margin-bottom: 5px;
}
.Features {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #EAEAEA;
	margin: 3px;
	padding: 3px;
	width: 100%;
	border: 1px solid #333333;
	text-align: center;
}
#subTitle {
	padding: 5px;
	margin: 3px;
	float: left;
	position: absolute;
	left: 240px;
	top: 30px;
	width: 50%;
}
#FAQHeader {
	width: 95%;
}
#Page {
	float: left;
}
</style>

