body { 
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}

/* TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT */

#maintext { 
	padding: 40px 60px 40px 60px;
	width: 430px;
	background-image: url(../images/bg-text.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 16px;
	color: #333333;
}

h1 {
	font-size: 16px;
	line-height: 20px;
	color: #072A5E;
	margin-bottom: -10px;
	margin-top: 20px;
}

h2 {
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	font-style: italic;
	font-weight: bold;
	margin-bottom: -10px;
	margin-top: 20px;
}

h3 {
	font-size: 12px;
	line-height: 16px;
	color: #072A5E;
	font-style: italic;
	font-weight: bolder;
	margin-bottom: -10px;
	margin-top: 20px;
}

h4 {
	font-size: 12px;
	line-height: 16px;
	color: #072A5E;
	font-style: normal;
	font-weight: bolder;
	margin-bottom: -20px;
	margin-top: 20px;
}

p.questionfirst {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	font-style: oblique;
	margin-bottom: -5px;
	margin-top: 25px;
}

.question {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	font-style: oblique;
	color: #FFFFFF;
}

.faq {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	font-style: oblique;
	color: #000000;
}

.answer {
	font-weight: bold;
	font-style: oblique;
	color: #072A5E;
}

.form {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.small {
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

/* LISTS LISTS LISTS LISTS LISTS LISTS LISTS LISTS LISTS LISTS */

ul { font-size: 11px; line-height: 16px; margin-left: 0px; padding-left: 0px; }
li { padding-right: 0px; padding-left: 0px; margin-left: 20px; }

#about li { list-style-image: url(dash.gif); list-style-type: disc; line-height: 16px; }

#faq li { list-style-image: url(dash.gif); list-style-type: disc; line-height: 18px; }
#faq b { font-weight: bold; font-size: 12px; color: #072A5E; font-style: italic; }

#faqtwo li { list-style-type: disc; line-height: 16px; }

#faqthree li { list-style-type: none; line-height: 14px; margin-bottom: 4px; }

#faqfour li { list-style-type: disc; line-height: 14px; margin-bottom: 4px; }


/* LINKS LINKS LINKS LINKS LINKS LINKS LINKS LINKS LINKS LINKS */

a {
	color: #072A5E;
}

a:hover {
	color: #072A5E;
	text-decoration: none;
}

a:visited {
	color: #333333;
	
}

#onblue a {
	color: #072A5E;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
	background-color: #ABDA4D;
}

#onblue a:hover {
	color: #072A5E;
	text-decoration: underline;
	padding: 2px 2px 2px 2px;
	background-color: #ABDA4D;
}

#onblue a:visited {
	color: #072A5E;
	padding: 2px 2px 2px 2px;
	background-color: #ABDA4D;
}
