@charset "utf-8";
.swirl {
	background-image: url(Images/swirl.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-style: italic;
}
.swirl2 {
	background-image: url(Images/swirl2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(Images/Grnbkgnd2.jpg);
}

.swirl3 {
	background-image: url(Images/swirl3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-style: italic;
}
#form1 .question {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding-top: 5px;
	border-top-width: thin;
	border-top-style: none;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #603;
	font-style: italic;
	margin: 0px;
}
.flashbox {
	margin-top: 6px;
	margin-right: 1px;
	margin-bottom: 6px;
	margin-left: 6px;
}

