@charset "utf-8";
.PicBorders {
	border: 4px double #E1DD8A;
}
.BlueText {
	color: #03F;
}
.space-back {
	background-image: url(../images/holder-top.jpg);
	background-repeat: repeat-x;
	height: 19px;
}
.border-bot {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #FCB670;
}
.border-top {
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #FCB670;
}
.top-back {
	background-image: url(../images/holder-top.jpg);
	height: 19px;
	background-repeat: repeat-x;
}
.bot-back {
	background-image: url(../images/holder-bot.jpg);
	height: 19px;
	background-repeat: repeat-x;
}
