.bg {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
}
.topBG {
	background-image: url(images/top-spacer.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.botBG {
	background-image: url(images/bot-spacer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.leftBG {
	background-image: url(images/L-spacer.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.rightBG {

	background-image: url(images/R-spacer.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.linkBG {

	background-image: url(images/linkBG.gif);
	background-repeat: repeat-x;
	background-position: left;
}
.textBlk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.linkBG2 {


	background-image: url(images/SANDY_20.gif);
	background-repeat: repeat-x;
	background-position: left;
}
.textOrange {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9507;
	text-decoration: none;
}
.textBrown {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #663234;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #30059C;
	text-decoration: underline;
}
.textBlkSmll {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
