@media screen {
	span.pageBreak { display: none; }

	/*
		Styles 3 Column DIV Section
	*/
	.tx-fdfx3cols-pi1{
		position:relative;
		left:0px;
		margin-bottom:10px;
	}
	/* Layout 1 */
	.c3l1d-left{
	   position:absolute;
	   left:0px;
	   padding: 0px;
	   width: 80px;
	/*   width:250px;
	   border:1px solid red;*/
	   white-space:normal;
	}
	.c3l1d-middle{
	   position:absolute;
	   left:82px;
	   padding: 0px;
	   width: 300px;
	/*   width:250px;
	   border:1px solid blue;*/
	   white-space:normal;
	}
	.c3l1d-right{
	   position:absolute;
	   left:384px;
	   padding: 0px;
	   width: 50px;
	   text-align: right;
	/*   width:250px;
	   border:1px solid black;*/
	   white-space:normal;
	}

	.c3l1d-left p{
	   border-bottom:1px solid red;
		  background:#CCCCFF;
	}

	.c3l1d-middle p{
	   border-bottom:1px solid red;
		  background:#C6E3FF;
	}

	.c3l1d-right p{
	   border-bottom:1px solid red;
		  background:#CCCCFF;
	}
}

@media print {

/* REDEFINE CSS FOR LINKS */
a:link { font-weight: normal; font-family: Arial, Helvetica, sans-serif; text-decoration: none; padding: 0; }
a:visited { font-weight: normal; font-family: Arial, Helvetica, sans-serif; text-decoration: none; padding: 0; }
a:hover { font-weight: normal; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; padding: 0; }
a:active { font-weight: normal; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; padding: 0; }

	/*
		Styles 3 Column DIV Section
	*/
	.tx-fdfx3cols-pi1{
		position:relative;
		left:0px;
		margin-bottom:10px;
	}
	/* Layout 1 */
	.c3l1d-left{
	   position:absolute;
	   left:0px;
	   padding: 0px;
	   width: 120px;
	/*   width:250px;
	   border:1px solid red;*/
	   white-space:normal;
	}
	.c3l1d-middle{
	   position:absolute;
	   left:122px;
	   padding: 0px;
	   width: 300px;
	/*   width:250px;
	   border:1px solid blue;*/
	   white-space:normal;
	}
	.c3l1d-right{
	   position:absolute;
	   left:424px;
	   padding: 0px 0px 0px 4px;
	   width: 50px;
	   text-align: right;
	/*   width:250px;
	   border:1px solid black;*/
	   white-space:normal;
	}

	.c3l1d-left p{
	   white-space:wrap;
	}

	.c3l1d-middle p{
	   white-space:wrap;
	}

	.c3l1d-right p{
	   white-space:wrap;
	}
}