@charset "utf-8";
.bgswirl {
	background-image: url(images/swirl_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.shadow {
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-top-style: none;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #F39CC7;
}
.bodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.bodyTextlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #F39CC7;
}
.bodyTextWhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
