@charset "utf-8";
.Lines {
	background-image: url(../Images/Lines_Horizontal_repeat.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.Lines_Vertical_Repeat {
	background-image: url(../Images/Lines_Vertical_Repeat.gif);
	background-repeat: repeat-y;
}
.Lines_horizontal_bottom_repeat {
	background-image: url(../Images/Lines_horizontal_bottom.gif);
	background-repeat: repeat-x;
	background-position: top;
}

