.menuBG {
	background-image: url(images/menuBG.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center center;
}
.headerBottomBar {
	background-attachment: fixed;
	background-image: url(images/headerBottomBar.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.allBG {
	background-attachment: fixed;
	background-image: url(images/allBG.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
.font12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.font14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.font16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
