/* Paper White Background */
.Paper-Container-gif {
	width: 100%;
	background-color: #F2EBE1;
}
.Paper-Left-gif {
	background-image: url(Text-Left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.Paper-Right-gif {
	background-image: url(Text-Right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.Paper-Container-Top-gif {
	width: 100%;
	background-image: url(Text-Top.gif);
	height: 6px;
	background-repeat: repeat-x;
	background-position: left top;
}
.Paper-Container-Bottom-gif {
	width: 100%;
	background-image: url(Text-Bttm.gif);
	height: 6px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.Paper-Content-gif {
	padding-top: 5px;
	padding-bottom: 5px;
}
.Paper-Title-Underline-gif {
	width: 100%;
}

/* Paper PNG */
.Paper-Container {
	width: 100%;
}
.Paper-Left {
	background-image: url(Text-Left.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.Paper-Right {
	background-image: url(Text-Right.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.Paper-Container-Top {
	width: 100%;
}
.Paper-Container-TopBack {
	background-image: url(Text-Top.png);
	height: 6px;
	background-repeat: repeat-x;
	background-position: left top;
}
.Paper-Container-Bottom {
	width: 100%;
	background-image: url(Text-Bttm.png);
	height: 6px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.Paper-Content {
	padding-top: 5px;
	padding-bottom: 5px;
}
.Paper-Title-Underline {
	width: 100%;
}

/* Paper Internal Gif */
.Internal-Paper-Container-gif {
	width: 100%;
	background-color: #F2EBE1;
}
.Internal-Paper-Left-gif {
	background-image: url(Internal-Text-Left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.Internal-Paper-Right-gif {
	background-image: url(Internal-Text-Right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.Internal-Paper-Container-Top-gif {
	width: 100%;
	background-image: url(Internal-Text-Top.gif);
	height: 6px;
	background-repeat: repeat-x;
	background-position: left top;
}
.Internal-Paper-Container-Bottom-gif {
	width: 100%;
	background-image: url(Internal-Text-Bttm.gif);
	height: 6px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.Internal-Paper-Content-gif {
	padding-top: 5px;
	padding-bottom: 5px;
}
.Internal-Paper-Title-Underline-gif {
	width: 100%;
}


