/* CSS Document */
<!--
.bg { background-image: url(images/purple/background.gif); }
.ot {  background-image: url(images/purple/top.gif);	background-repeat: repeat-x;	height:40px;}
.otl {  background-image: url(images/purple/top_left.gif);	background-repeat: no-repeat;	height:40px; width:50px;}
.otr {  background-image: url(images/purple/top_right.gif);	background-repeat: no-repeat;	height:40px; width:50px;}
.ol {  background-image: url(images/purple/left.gif);	background-repeat: repeat-y;	width:50px;}
.or {  background-image: url(images/purple/right.gif);	background-repeat: repeat-y;	width:50px;}
.obl {  background-image: url(images/purple/bottom_left.gif);	background-repeat: no-repeat;	height:50px;	width:50px;}
.obr {  background-image: url(images/purple/bottom_right.gif);	background-repeat: no-repeat;	height:50px;	width:50px;}
.ob {  background-image: url(images/purple/bottom.gif);	background-repeat:repeat-x;	height:50px;}
-->