.fade {
	background-image: url(../images/fade_red_4.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #CC0001;
}
.border {
	padding: 10px;
}
.fade_side {
	background-image: url(../images/fade_red_side.jpg);
	background-repeat: repeat-y;
}

.sideborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.page_bckGrnd {
	background-image: url(../images/fade_red2w.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.outsideborder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #999999;
}
.insidetext {
	padding: 5px;
}
