@charset "utf-8";

.babyCSS {
	background-image: url(BabyBK.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.babyCSSdiv {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
}
.frontText {
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.background {
	background-image: url(BabyBK.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.borderRunAround {
	padding: 2px;
}
.runaroundDiv {
	border: 1px solid #CCCCCC;
	padding: 2px;
}
.youngBabyBK {
	background-attachment: fixed;
	background-image: url(images/BabyYoung.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a:hover {
	font-weight: bold;
	color: #009BDD;
}
.midBabyBK {
	background-attachment: fixed;
	background-image: url(images/BabyMid.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.OldBabyBK {
	background-attachment: fixed;
	background-image: url(images/Babyold.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

