@charset "utf-8";
.intro {
	background-attachment: scroll;
	background-image: url(IMAGES/intro-bgrnd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bgd {
	background-attachment: scroll;
	background-image: url(IMAGES/bgrnd3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FCEDF2;
}
.main {
	background-attachment: fixed;
	background-image: url(IMAGES/main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.lftshadow {
	background-attachment: scroll;
	background-image: url(IMAGES/leftshadowall.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.rgtshadow {
	background-attachment: scroll;
	background-image: url(IMAGES/rghtshadowall.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.lftswirl {
	background-attachment: scroll;
	background-image: url(IMAGES/TLFTSWIRL.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.rgtswirl {
	background-attachment: scroll;
	background-image: url(IMAGES/TRGTSWIRL.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #460000;
}
.edger {
	border: 1px solid #E44585;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #590000;
}
.txt a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F43FB4;
	text-decoration: underline;
}

