@media screen {
.shadow-right[class] {
  background-image:url(../graphics/shadow-right.png);
  background-repeat:repeat-y;
}
.shadow-bottom[class] {
  background-image:url(../graphics/shadow-bottom.png);
  background-repeat:repeat-x;
}
.shadow-top[class] {
  background-image:url(../graphics/shadow-top.png);
  background-repeat:repeat-x;
}
.shadow-left[class] {
  background-image:url(../graphics/shadow-left.png);
  background-repeat:repeat-y;
}
.shadow-left-sub[class] {
  background-image:url(../graphics/logo_top-left-sub.png);
  background-position:top right;
  background-repeat:no-repeat;
}
.corner-bottomleft[class] {
  background-image:url(../graphics/shadow-BL.png);
  background-position:right;
  background-repeat:no-repeat;
}
.corner-bottomright[class] {
  background-image:url(../graphics/shadow-BR.png);
  background-repeat:no-repeat;
}
.corner-topright[class] {
  background-image:url(../graphics/shadow-TR.png);
  background-repeat:no-repeat;
}
.corner-topleft[class] {
  background-image:url(../graphics/shadow-TL.png);
  background-position:bottom;
  background-repeat:no-repeat;
}
.bg-topbanner[class] {
  background-image: url(../graphics/logo-lg.png);
  background-repeat:no-repeat;
}
.bg-slogan[class] {
  background-image: url(../graphics/slogan-01.png);
  background-repeat:no-repeat;
}
.bg-botlogo[class] {
  background-image: url(../graphics/logo_sm.png);
  background-repeat:no-repeat;
}
}
@media print {
.shadow-right[class] {
  background-image:none;
}
.shadow-bottom[class] {
  background-image:none;
}
.shadow-top[class] {
  background-image:none;
}
.shadow-left[class] {
  background-image:none;
}
.shadow-left-sub[class] {
  background-image:none;
}
.corner-bottomleft[class] {
  background-image:none;
}
.corner-bottomright[class] {
  background-image:none;
}
.corner-topright[class] {
  background-image:none;
}
.corner-topleft[class] {
  background-image:none;
}
.bg-topbanner[class] {
  background-image:none;
}
.bg-slogan[class] {
  background-image:none;
}
.bg-botlogo[class] {
  background-image:none;
}
}
