.WfxFrameAlign {
  position:static;
  width:100%;
  margin:0px;
  text-align:center;
}
.WfxFrame {
 	position:relative;
 	text-align:left;
 	width:100%;
 	margin:0px;
 	margin-top:16pt;
 	margin-bottom:16pt; 	
	padding:0px;
	/*min-height:108px;*/
	background:#fff url(wfx_frame_l.png) repeat-y left top;
}
.WfxFrame .right {
	position:absolute;
	z-index:0;		
	margin:0px;
	padding:0px;
	top:0px;
	right:0px;
	/*height:100%;*/
	bottom:0px;
	width:36px;
	background:#fff url(wfx_frame_r.png) repeat-y right top;
}
.WfxFrame .topleft {
	position:absolute;
	z-index:0;		
	margin:0px;
	padding:0px;
	top:0px;
	left:0px;
	height:44px;
	width:100%;
	background:url(wfx_frame_tl.png) no-repeat left top;
}
.WfxFrame .topright {
	position:absolute;
	z-index:0;		
	margin:0px;
	padding:0px;
	top:0px;
	right:0px;
	_right:-1px; /* IE6 */	
	width:36px;
	height:44px;
	background:url(wfx_frame_tr.png) no-repeat right top;
}
.WfxFrame .content {
	position:relative;
  z-index:1;	
	padding:24px;
}
.WfxFrame .content2 {
	position:relative;
  z-index:1;	
	padding:24px;
	padding-top:64px;
}
.WfxFrame .heading {
	position:absolute;
  z-index:1;	
	margin:0px;
	padding:0px;
	padding-top:18px;
	top:0px;
	left:0px;
	height:44px;
	width:100%;
	text-align:center;
  font-family:Verdana,Tahoma,Arial,Helvetica;	
	font-size: 15px;
	font-weight:bold;
	color:white;
}	
.WfxFrame .bottomleft {
	position:absolute;
	z-index:0;		
	margin:0px;
	padding:0px;
	bottom:0px;
	_bottom:-1px; /* IE6 */
	left:0px;
	width:100%;
	height:72px;
	background:url(wfx_frame_bl.png) no-repeat left bottom;
}
.WfxFrame .bottomright {
	position:absolute;
	z-index:0;		
	margin:0px;
	padding:0px;
	bottom:0px;
	right:0px;
	_bottom:-1px; /* IE6 */
	_right:-1px;  /* IE6 */
	width:36px;
	height:72px;
	background:url(wfx_frame_br.png) no-repeat right bottom;
}
.WfxFrame .topleft2 {
	position:absolute;
	z-index:0;		
	margin:0px;
	padding:0px;
	top:0px;
	left:0px;
	height:44px;
	width:100%;
	background:url(wfx_frame_tlh.png) no-repeat left top;
}
.WfxFrame .topright2 {
	position:absolute;
	z-index:0;	
	margin:0px;
	padding:0px;
	top:0px;
	right:0px;
	_right:-1px; /* IE6 */
	width:36px;
	height:44px;
	background:url(wfx_frame_trh.png) no-repeat right top;
}
.WfxFrame .footer {
  position:absolute;
  z-index:1;
  bottom:0;
  width:100%;
}

@media print
{
    .WfxFrame .content {
        padding:0;
    }
}