@charset "utf-8";
/* CSS Document */

.BGSmilingChild {
	background-image: url(Images/Backgrounds/Smiling_Child.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.BGButterflies {
	background-image: url(Images/Backgrounds/Butterflies.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.MainTableBorder {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.BGPurpleLine {
	background-image: url(Images/Backgrounds/purple_line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #D6A9EA;
}
.BGWhiteTop {
	background-image: url(Images/Backgrounds/white_BG_top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.BGWhiteMiddle {
	background-image: url(Images/Backgrounds/white_BG_middle.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.BGWhiteBottom {
	background-image: url(Images/Backgrounds/white_BG_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.BorderPurpleTop {
	background-color: #FFFFFF;
	background-image: url(Images/Backgrounds/grey_BG_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.BorderPurpleBottom {
	background-color: #FFFFFF;
	background-image: url(Images/Backgrounds/PurpleBorderBottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.BorderPurpleLeft {
	background-color: #FFFFFF;
	background-image: url(Images/Backgrounds/PurpleBorderLeft.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.BorderPurpleRight {
	background-color: #FFFFFF;
	background-image: url(Images/Backgrounds/PurpleBorderRight.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.LargeBoldPurpleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #9933CC;
}
.LargeBoldWhiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.BGPoohTable {
	background-image: url(Images/Backgrounds/Pooh_Bear.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.SmallPurpleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #9933CC;
}
.SmallPurpleTextLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #9933CC;
	text-decoration: underline;
}
.SmallPurpleTextLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #9933CC;
	text-decoration: none;
}
.BGFooter {
	background-image: url(Images/Backgrounds/Footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.SmallPurpleTextBold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #632084;
}
.SmallWhiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.SmallWhiteTextLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.SmallWhiteTextLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #9933CC;
	text-decoration: none;
}
.SmallDarkPurpleTextLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #632084;
	text-decoration: underline;
}
.SmallDarkPurpleTextLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #9933CC;
	text-decoration: none;
}
