
		
	#topfade {
		position: absolute;
		left:0px;
		top:0px;
		width:100%;
		height:101px;
		background-image: url("images/fade_top.jpg");
		background-repeat: repeat-x;
		border:0px solid #000;
		z-index:99;
		}
		
	#btmfade {
		position: absolute;
		bottom: 0px;
		left:0px;
		width:100%;
		height:101px;
		background-image: url("images/fade_btm.jpg");
		background-repeat: repeat-x;
		border:0px solid #000;
		z-index:98;
		}
		
	.bodycopy {
		font-family: arial, helvetica, verdana;
		font-size: 10px;
		color: #333333;
		}
		