@charset "UTF-8";
.indexBckg {
	background-image: url(images/flower.jpg);
	background-repeat: no-repeat;
}
.indexText {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #363B74;
	padding-top: 80px;
	padding-left: 55px;
}
.bckg {
	background-image: url(images/halfflower.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-right: 35px;
	padding-left: 35px;
	line-height: 16px;
	text-align: left;
}
.subHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #363B74;
}
.purpleSub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #363B74;
	padding-left: 35px;
	padding-right: 35px;
}

