.Greenheadertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #009900;
}
.maintext {
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	color: #090F27;
}
.footertext {
	font-family: Verdana;
	font-size: 11px;
	color: #CCCCCC;
	line-height: 16px;

}
a:link.footerlink {
	color: #CCCCCC;
	text-decoration: none;

}
a:visited.footerlink {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover.footerlink {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active.footerlink {
	color: #CCCCCC;
	text-decoration: none;
}
a:link.greenlink {
	color: #009900;
	text-decoration: none;
}
a:visited.greenlink {
	color: #009900;
	text-decoration: none;
}
a:hover.greenlink {
	color: #003399;
	text-decoration: underline;
}
a:active.greenlink {
	color: #009900;
	text-decoration: none;
}.leftline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.Greentitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #009900;
	line-height: 22px;
}
.faqtext {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}

.gradientBG {
	background-attachment: scroll;
	background-image: url(images/background_gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
}