@charset "utf-8";
.borderTop {
	background-image: url(images/border_top.gif);
	background-repeat: repeat-x;
	height: 5px;
}
.borderRight {
	background-image: url(images/border_right.gif);
	background-repeat: repeat-y;
}
.borderLeft {
	background-image: url(images/border_left.gif);
	background-repeat: repeat-y;
	width: 25px;
}
.borderBottom {
	background-image: url(images/border_bottom.jpg);
	background-repeat: repeat-x;
}
