.isp {
	background-image: url(images/bar.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.frametop {
	background-image: url(images/cornertop.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.framebtm {
	background-image: url(images/cornerbtm.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	bottom: 0px;
}
.framelft {
	background-image: url(images/cornerlft.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.framert {
	background-image: url(images/cornerrt.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.redcorner {
	background-image: url(images/redcorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 45px;
}
.thinblue {
	background-image: url(images/thinblue.gif);
	background-repeat: repeat-x;
	height: 7px;
}
.weoffer {
	background-image: url(images/redcorner2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 45px;
}
