/* CSS Document */

.red_left {
	background-attachment: scroll;
	background-image: url(../Media/View_Red/NPYS_Left.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.red_right {
	background-attachment: scroll;
	background-image: url(../Media/View_Red/NPYS_Right.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.blue_left {
	background-attachment: scroll;
	background-image: url(../Media/View_Red/NPM_Left.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.blue_right {
	background-attachment: scroll;
	background-image: url(../Media/View_Red/NPM_Right.png);
	background-repeat: repeat-y;
	background-position: left top;
}
