.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color: #333333;
	text-align: justify;
	background-position: left;
}

/*make all input boxes the same as bodytext, just a little smaller*/
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

/* Remove space from around forms */
form {
	padding:0px; margin:0px;
}

.faqQuestion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC9999;
}

ul {
	margin: 1em;
	padding: 5px;
}
li { list-style-image: url(/images/bulletsquare.gif);
}

.links {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	list-style-type: none;
	text-decoration: underline;
	font-size: 14px;
	line-height: 20px;
}
.anchorheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}
a:hover {
	color: #000000;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC9999;
}
.underline {
	text-decoration: underline;
}
.externallinks {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC9999;
	text-decoration: underline;
	font-size: 14px;
	line-height: 20px;
}
.blurb {
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
.hometext {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 17px;
}
.backto {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}